drvic10k / bootstrap-sortable

adding sorting ability to bootstrap table
MIT License
513 stars 131 forks source link

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

Open LwsBtlr opened 6 years ago

LwsBtlr commented 6 years ago

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 commented 5 years ago

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