0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)JavaScript128 forks (128 forks)batch import
bugenhancementhelp wanted
Repository metrics
- Stars
- 2,399 stars (2,399 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Feature request, really. While it's easy enough to make a single sort fn that captures the logic of two or more semantically atomic sorts, having to do so for every possible combination of sorts seems silly.
Contributor guide
- Research direction
- Implement a method that accepts multiple sort functions and applies them in sequence, allowing simple chaining of sorts.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- JavaScript