I have some code at the moment that hides a row that is deleted and then removes it using the .remove() function.
However I\'m having difficulty is making it remain
This seems an odd approach, but actually it worked for me. Table renders fine and pager works properly.
$("#tabeBodyId").empty(); $("#tableId colgroup").remove(); //Update table(done using Ajax) $("#tableId").tablesorter({widthFixed: true}).tablesorterPager({container: $("#pager")});