jquery tablesorter sorting numbers incorrectly
Posted
by Hintswen
on Stack Overflow
See other posts from Stack Overflow
or by Hintswen
Published on 2010-06-16T00:49:06Z
Indexed on
2010/06/16
0:52 UTC
Read the original article
Hit count: 213
jQuery
|tablesorter
My table has a column of numbers which are sorted incorrectly.
Example numbers:
5.8
2.4
10.7
0.1
1.9
and basically my problem is 10.7 should be at the very end/very start depending on which way it was sorted. but it is showing up in the middle.
© Stack Overflow or respective owner