Tablesorter Zebra Issue

Tablesorter Zebra Issue

Greetings:

I have a kind of different issue with the excellent Tablesorter Plugin. Specifically one of the project requirements was for end-users to be able to "hide" results on the page. (My page is a simple collection of tables) I accomplished that easily with regular jQuery code. But the problem is if a user has a table "hidden" when the page loads "showing" the table does not apply the Zebra striping.

It seems obvious to me that Tablesorter can't stripe something that doesn't show on the page and so far I have been unable to retroactively apply Zebra stripes when I "unhide" the table.

Am I stuck with having to ditch the zebra effect and just stripe everything in CSS/Javascript? Or is there a way to apply the Tablesorter effects when the table is unhidden.

Thanks!