[jQuery] Tablesorter Plugin: Leave one column untouched

2008-07-25 Thread DavidH
Hi, I'm using the tablesorter plugin. The first column of the table is "Position" (i.e. 1,2,3 etc). When I sort, I'd like this column to stay the same (e.g. if the table is resorted by a criteria, they are still placed with 1 at the top). Is this possibel or will I have to abandon tablesorter and

[jQuery] Tablesorter parsing question

2008-03-26 Thread DavidH
Hi, I have a column I want to use tablesorter to act on. It's a time column, where the times are in the format mm:ss.tenths, e.g. (10:12.2, 15:12.2). Times of under 10 minutes are 7:12.4, 9:12.5. Tablesorter deals with these by sorting them, in ascending order, as 10:12.2, 15:12.2, 7:12.4, 9:12.5