I posted this in the plugins group, but just noticed it is dead there.

I have a tablesorter.tablesorterPager table in which I need to remove
rows and have the pager updated accordingly (trying to avoid an ajax
refresh on the table).

Right now I'm removing the target row through jquery remove()
function. After which I'm triggering 'update' and 'applyWidgets'
events (I have some custom widgets for other things). My issue is that
I cannot figure out how to update the pager. If I call a redraw on
tablesorter, it redraws the entire table from the cache, undoing the
remove essentially.

I've tried a couple other things, re-applying tablesorter, which
breaks things, and a few other event triggers.

Any help is appreciated.

--Jason

Reply via email to