tablesorter and numeric values not working- is there a functioning alternative?
I have a standard table with a bunch of numbers and a call to tablesorter like
$("table#projections").tablesorter({widgets: ['zebra']});
However, randomly, and most of the time, it sorts values as though they are strings (9 at the top descending, etc).
Any idea why this maddening issue happens? The table looks solid: the column(s) in question have only numeric values.
Thanks.