[jQuery] Another tablesortable question

2006-12-04 Thread Barry Nauta
Using the rebind, the table now also sorts correctly after a value change (see post http://www.nabble.com/TableSorter--%3E-reinitialise-tf2661122.html ) However, the first column in my table shows a delete icon, clicking on it deletes the row. Resorting the table makes the deleted row (I

Re: [jQuery] Another tablesortable question

2006-12-04 Thread Andreas Wahlin
Is the rebind only available through some svn magic? I did a search on resort in the source and found nothing. I have a simmilar, or perhaps identical, question. I have a table in which I wipe the TBODY and replace it quite often, any suggestions on how to manage that with the table sorter

Re: [jQuery] Another tablesortable question

2006-12-04 Thread Barry Nauta
I retrieved the latest version from the demo: http://cbach.jquery.com/demo.html On Monday 04 December 2006 12:00, Andreas Wahlin wrote: Is the rebind only available through some svn magic? I did a search on resort in the source and found nothing. I have a simmilar, or perhaps identical,

Re: [jQuery] Another tablesortable question

2006-12-04 Thread Andreas Wahlin
Hey, whaddayaknow, works like a charm it seems, though I can't figure out why. I still come up with nothing when I search the source for resort, nonetheless a simple $(table).trigger('resort') seems to work. Andreas ___ jQuery mailing list

Re: [jQuery] Another tablesortable question

2006-12-04 Thread Barry Nauta
On Monday 04 December 2006 12:54, Andreas Wahlin wrote: Hey, whaddayaknow, works like a charm it seems, though I can't figure out why. I still come up with nothing when I search the source for resort, nonetheless a simple $(table).trigger('resort') seems to work. Well... that did not do the