jspreadsheet / jspreadsheet/ce
Sorting numbers in column
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm trying to sort a column with decimal numbers and it seems to sort the numbers like they are text values. I have read some related issues about this but I don't find any solutions. I've tried removing the mask of the numbers, removing the decimal point, removing the type and is not working.
BTW, Thanks for the great work with this project.
Greetings.
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
The report does not identify a file, test, or entry point. Start by reproducing the decimal-column sorting behavior and compare it with text sorting, then trace the project’s column-sort path. Done means decimal values sort numerically and the behavior is covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100