[jQuery] Tablesorter question

2008-04-17 Thread Mark Quezada
First of all, this is a great plugin, many thanks! I have a bit of a specific implementation that I can't figure out. I have a table working and sorting correctly with the plugin, but because of a design decision, I have to allow the table body to scroll while the table headers remain fixed...

[jQuery] tableSorter question: how to disable the last header?

2008-01-17 Thread Leandro Vieira Pinho
Hi Guys, I would like to know, how to disable the last header. I donĀ“t the last column with the option to sort. I have tried it (see below) but withou success. var totalHeaders = ( $('table th').length - 1); $('table').tablesorter({ headers: {

[jQuery] TableSorter question

2007-04-09 Thread Chris W. Parker
Hello, I want my table to be sorted in the opposite direction that it's currently being sorted in when TableSorter does its first sort. I can't find a switch to do that but perhaps I'm not seeing it. Anyone know what it's called or should I just add my own? Thanks, Chris.