[jQuery] Re: Tablesorter problem when moving columns around SOLVED

2009-07-24 Thread StephenBungert
Hello all, I solved this problem by making a new trigger which I call after moving the columns around: .bind("colOrderChanged",function() { $headers = buildHeaders(this); var sortList = config.sortLi

[jQuery] Tablesorter problem when moving columns around

2009-07-24 Thread StephenBungert
For an app I'm making I have a table with one always visible column, then you can view 5 more, any extra columns are hidden. The 5 are selectable so that you can choose which 5 you want to see. This all works great except that I need to move the columns so that the order of the columns is the sa