This is quick and dirty hack I have to use.

    // remove old sortable ^^
    $('body').find("table.sortable colgroup").remove();
    // create new ^^
    $('body').find("table.sortable").tablesorter( { widthFixed: true,
widgets: ['zebra']} ).tablesorterPager( { container: $("#pager") } );

If anyone has better solution please offer

On Jan 11, 8:42 am, "dr.ew" <[EMAIL PROTECTED]> wrote:
> 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)

Reply via email to