[jQuery] Re: Tablesorter problems [Solved]

2009-10-01 Thread Mike
Jon, You are right! Thanks. I saw those characters and thought were have they come from as in my code it is just white space. Many Thanks On Oct 1, 1:57 pm, Jon Banner wrote: > Hi Mike, > it looks as if you have copied and pasted some illegal characters in to your > demo page. > Try removing t

[jQuery] Re: Tablesorter problems

2009-10-01 Thread Jon Banner
Hi Mike, it looks as if you have copied and pasted some illegal characters in to your demo page. Try removing these and see if that helps. Best, Jon 2009/10/1 Mike > > Is there no one that can help? > > On Sep 30, 4:26 pm, Mike wrote: > > Hi I have recently come across the tablesorter 2.0 for

[jQuery] Re: Tablesorter problems

2009-09-30 Thread Mike
Is there no one that can help? On Sep 30, 4:26 pm, Mike wrote: > Hi I have recently come across the tablesorter 2.0 for jquery and have > decided to use it on my website.  I have the examples to work etc. > however I would like to exclude the first column of my table from > being sorted and just

[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

[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 o

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

2007-07-05 Thread Kia Niskavaara
Christian Bach wrote: > Hi Phil, > And to leak a new feature: it will contain multiple column sorting. > > Best regards > Christian I'm looking forward to this new feature!! Thanks!

[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 mul