DataTable sort toggles not properly sorting alphabetically
Open
Nobody has claimed this yet.
bug
- Dominant language
- JavaScript
- Stars
- 140
- Forks
- 100
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 30
Description
Bugs
When using the DataTable with sorting enabled the toggle do not sort alphabetically as expected. It sorts as follows
- Alphabetized capitalized words
- Alphabetized lowercase words
- String that start with numbers
Actual:
Expected:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Locate the DataTable sorting entry point, reproduce the behavior with capitalized, lowercase, and numeric-leading strings, and verify that the resulting order matches the expected alphabetical ordering with regression coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100