Table Sorter
Table Sorter
Hi guys,
I have been using table sorter from
http://tablesorter.com
which I've got working *almost* the way I want. Basically I'm new to jQuery and have previously been using
http://www.kryogenix.org/code/browser/sorttable/
for my table sorting needs (which I found easy to hack to get desired results).
Basically I have a table where I need to sort ASC, then DESC, then reset to default order sorting (ususally a hidden index column) on clicking the header row of the table (so basically it seems I need to intercept the header click events).
I have tried a few different ways of doing this so far but none have really worked. Can anyone help or give suggestions?
Thanks, Lloyd.