Access Tablesorter Config externally
I'm trying to find a way of accessing the "sortList" (i.e. I want the
array of which columns are sorted in which direction) of a tablesorter
table.
I have got around this issue by writing a quick widget which copies
that array to a global javascript variable when the table is sorted.
However, is it possible to access the array directly without having to
duplicate this data to my global? It must be possible, but as yet I've
worked out exactly how to do this.
Any help would be greatly appreciated.