[jQuery] Tablesorter 2.0.1 with pagination plugin trigger("update") problem.

[jQuery] Tablesorter 2.0.1 with pagination plugin trigger("update") problem.


I seem to be losing all the data on any page not currently being shown
if I do a $("table").trigger("update");
I'm trying to remove a row then do the update (if not it just comes
back when you sort or change page)
I'm also trying to replace a row after I know it's value has changed
then do an update (if not the value changes back if you sort or change
page)