[jQuery] Using TableSorter with hide()/show() on table rows

[jQuery] Using TableSorter with hide()/show() on table rows


Hello,

Is there anyway to tie rows in a table together so that when TableSorter
sorts the table it will always keep the rows together and in the same
order?

I'm trying to dynamically hide/show certain rows but they appear at the
bottom of the table because of TableSorter.
Anyone have any thoughts or workarounds on this? One thing I can think
of is to move my child rows to underneath their parent after TableSorter
has sorted. I can't tell from the documentation but can TableSorter have
a callback?
Thanks,
Chris.