Hi guys, I know it's probably me, but I'm having some real issues trying to create a sortable table which actually sorts properly. I have a 3-column table generated with HtmlTable(), which I would like to initially sort by the second column reversed, using the third column as the secondary sort.
For the "non-working" example please take a look at http://jsfiddle.net/6uRLa/ Again, I would like to initially sort by "Total Clicks" and then by "Unique Clicks" (both reversed so highest above), however all three columns should be sortable so the user can sort by whatever. Any pointers as to what I'm doing wrong here? Thank you! Ralph
