[jQuery] Re: tableSorter - problems with changing the number of rows

2007-07-05 Thread Christian Bach
Hi Phil, set useCache: false then trigger this after the update. $('#bodytable').trigger(updateColumnData); I'm addressing this issue in the new 2.0 version of tablesorter supplying a simple .update() method that will rebuild the cached table. And to leak a new feature: it will contain

[jQuery] Re: tableSorter - problems with changing the number of rows

2007-07-05 Thread Phil Glatz
On Jul 5, 4:22 am, Christian Bach [EMAIL PROTECTED] wrote: set useCache: false then trigger this after the update. $('#bodytable').trigger(updateColumnData); Thanks, Christian; that did the trick. When I rebuild the table with more rows, sorting isn't working. If I was sorting on a

[jQuery] Re: tableSorter - problems with changing the number of rows

2007-07-05 Thread Christian Bach
.trigger(resort); /christian 2007/7/5, Phil Glatz [EMAIL PROTECTED]: On Jul 5, 4:22 am, Christian Bach [EMAIL PROTECTED] wrote: set useCache: false then trigger this after the update. $('#bodytable').trigger(updateColumnData); Thanks, Christian; that did the trick. When I rebuild the