I'd suggest looking at the repeatheaders widget at: http://tablesorter.com/docs/example-widgets.html
It's not exactly what you need, but I think the process it uses (insert static rows after each sort) is probably what you'll have to do to achieve what you're after. On Aug 21, 8:47 am, dduck1934 <[EMAIL PROTECTED]> wrote: > Ive been playing with the tablesorter and Ive been attempting to > modify some of the tablesorter code in order to be able to use > groupings in the table, but i keep screwing it up more. > > for example > > COL1 COL2 COL3 > group1 > A B C > C A B > group2 > D E F > Z X Y > > i need to know how i can get the sorting to NOT sort the group1 and > group2. Those rows stay static, and the data under the groups will > sort according to the group.. so clicking on COL1 will change the > display to be group1 C A group2 Z D and clicking on it again reverses > it. Hope that makes sense. > > Any suggestions would be appreciated