I am looking for a way to exclude a single column from being sorted using jQuery\'s tablesorter plugin. Specifically, I have a fairly large table and would like to keep a \"row
This would skip sorting for the first column, and allow it for the second one. Just set true/false for all columns starting with first column as zero.