I'm having problems with tablesorter 2.0.1 and removing rows. I'm allowing users to remove rows, and after a removing a row using a call to remove() I'm calling trigger("update"), but if I remove a row and then resort it brings back the row I just removed.
It looks like trigger("update") rebuilds the cache which should ignore the row I just removed, but it always comes back. Any ideas, or am I just totally missing something here?