jQuery tablesorter plugin: get currently sorted headers
I am using the tablesorter plugin and trying to find the currently sorted headers (I think this is stored in sortList?) so that I can persist the sorting state and re-apply it later. How can I do this? Is it possible to do this in a widget or in the sortStart function?