[jQuery] Tablesorter problems

2009-09-30 Thread Mike
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 to remain static irrespect of the other columns being sortable. I have

[jQuery] Tablesorter, problems ordering numbers

2008-12-29 Thread Soledad Zubiri
Hello, I have a tablesorter with a numeric column (the type is String so I have to use a parser to order the column as number ), the problem is that it does not order long numbers with comas separator. Here is the example of the sorted column: desc order--> -363,122,000.00;

[jQuery] jQuery tablesorter problems

2008-01-05 Thread soren121
this message in context: http://www.nabble.com/jQuery-tablesorter-problems-tp14626560s27240p14626560.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

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

2007-07-05 Thread Phil Glatz
I'm using the tableSorter plugin and am having a problem with the number of rows displayed; I hope I can describe the situation clearly. I'm building my table dynamically from a local javascript array, initially populated with a database query. Next, I call the tableSorter function. So far so goo