bootstrap-sortable icon indicating copy to clipboard operation
bootstrap-sortable copied to clipboard

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

Open LwsBtlr opened this issue 6 years ago • 1 comments

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

LwsBtlr avatar Jun 22 '18 02:06 LwsBtlr

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

drvic10k avatar Jan 11 '19 15:01 drvic10k