Are you using pagination? I'm having an issue with running $
("table").trigger("update"); It destroys all the data that isn't
showing.
On Dec 4 2007, 9:31 am, Adam Kroll <[EMAIL PROTECTED]> wrote:
> Figured my problem out. I placed in the wrong place in my code.
> Happy to say it works perfectly
Figured my problem out. I placed in the wrong place in my code.
Happy to say it works perfectly when I put it where it's supposed to
go.
Nope, nothing wrong in what you are doing.
Just make sure that trigger is called on the table and not the row.
Ex.
$("table").trigger("update");
/c
2007/12/3, Adam Kroll <[EMAIL PROTECTED]>:
>
>
> I'm having problems with tablesorter 2.0.1 and removing rows. I'm
> allowing users to remove ro
3 matches
Mail list logo