jQuery Tablesorter and Decimals
March 15, 2010
I had a situation where I needed the tablesorter plugin to work with decimal numbers, where the first number was (probably) static, and the second increased. The ordering I needed was 17.1->17.9, then 17.10->17.20 etc.
Here's the javascript to use this for the sorting on the first column of my …