Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting integers column sorts 1 10 2 3 4 5 6 7 8 9 #123

Open
LwsBtlr opened this issue Jun 22, 2018 · 1 comment
Open

Sorting integers column sorts 1 10 2 3 4 5 6 7 8 9 #123

LwsBtlr opened this issue Jun 22, 2018 · 1 comment

Comments

@LwsBtlr
Copy link

LwsBtlr commented Jun 22, 2018

When sorting a column that contain integers and text, 10 is sorted after 1 instead of after 9.

Text 1 (3)
Text 10 (8)
Text 9 (9)

*I haven't tried putting the integer in the column all by itself

@drvic10k
Copy link
Owner

the sorting is based on https://github.com/Sjeiti/TinySort library, you can raise the issue there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants