[jQuery] Re: Tablesorter 2.0.1 removing rows and resorting

2008-01-11 Thread dr.ew
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

[jQuery] Re: Tablesorter 2.0.1 removing rows and resorting

2007-12-04 Thread Adam Kroll
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.

[jQuery] Re: Tablesorter 2.0.1 removing rows and resorting

2007-12-04 Thread Christian Bach
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