Tablesorter / removing rows
I have the following situation. I have a table with lots of rows, and
there's an option to delete rows. Now when I initiate the tablesorter
plugin everuthing works fine, but when I remove a row ( $
("tr#row-179").remove() ) I need the plugin to refresh the table.
What happens is eg. I have 10 rows per page and I remove a row on page
4, then that page only has 9 rows. What I would like to know is of it
is posible to somehow refresh the plugin so the rows get redistributed
through the pages.
I hope I explained it ok :) my english isn't that good :)
Thanx