Is there a Callback for .tablesorter() for jquery tablesorter?

Is there a Callback for .tablesorter() for jquery tablesorter?

Hi,

Just wondering if there is a callback for:

$('table.tablesorter').tablesorter({sortList: [[0,0]]});

The sort works fine, however, i have each of the table rows an alternating color. I have a bind function for the sort start and end that re-alternates the row colors(which works fine - when the header is clicked), but it does not get called on this initial sort.

Is there a work-around for this?

Thanks!