Great Tool!! We are looking into using the TableSorter routine for a simple HTML Page for sorting columns. An issue that we found was when the first row of data contains 0 (zero) for a column, the column no longer sorts in numeric order. Instead, the column is sorting in alpha-numeric order.
I have attached an example using data from the URL http://tablesorter.com/docs/example-option-digits.html sample but changed to have the first <TD> value for the age column to be 0 (zero). I also changed the 2nd <TD> under age to be 133. File Attached: http://www.nabble.com/file/p16945898/Document1.html Document1.html If you sort on the age column in the attached html file, you will see that the value 133 is not sorting in numberic order. I would be greatful for any advice. -Michael