tablesorter question
tablesorter question
Using the
http://tablesorter.com/
When my page loads, I'm using a simple tr:last selector to .addClass("lastrow") - which adds a border to the bottom of the last tr in the table.
However, when I sort by a column using tablesorter, the border "sticks" with the row - and not the table. Is there a way to have tablesorter to refire the:
- $("#tableid tr:last").addClass("lastrow");
so that the border gets redrawn on the true last row after sorting?