Tablesorter – how to not toggle sort order when switching columns
In tablesorter, when you switch between columns it always toggles the sort-order of that column rather than simply set that column as the default criteria. I expect it to only change/toggle the sort-order of a given column if its selected twice. Is there a way to get tablesorter to behave like this? Can I get it to check if the clicked column is active before toggling its sort-order?