Hi all,

I search all over the internet for my problem with the JQuery
TabelSorter/TableSorterPager but all the sollutions don't work for me.

I use Table Sorter and TableSorterPager for a big list.
I can click on the rows, so i can edit some content in a lightbox.
In this same lightbox i can choose to delete the row. Everything is
working
fine, but physically delete the row from the table don't work

Here is the code I use the try to delete the row.

$('#'+elementId).remove();
var page_size = $('.pagesize').attr('value');
var curr_page = config.page;
$(".tablesorter").trigger("update");
$(".tablesorter").tablesorterPager({size: config.totalRows});
$(".tablesorter").tablesorterPager({size: page_size, page:
curr_page});

Can sombody help me?
Thnx.

Reply via email to