Ok I figured it out. It works very nicely. No problems so far. Here's what I did:
Inside the <thead> after the first row with all of the <th>s, you can add another row with all <td>s: <thead><tr><th></th>.....</tr> <tr><td></td><td></td><td></td><td></tr> </thead> <tbody>.... You will also have to style this new row via CSS: table.tablesorter thead td { ..... } Konstantin On Oct 14, 12:44 am, Konstantin K <kkru...@gmail.com> wrote: > I've tried <tr class='{sorter:false}'>....</tr> but that row is still > being sorted with the rest of the rows... > > any ideas? > > On Oct 13, 12:30 pm, Don Dunbar <salemd1s...@gmail.com> wrote: > > > > > Hi, you could try adding "class='{sorter:false}' to that row. See if that > > works, it works for thead ths.DED > > > On Tue, Oct 13, 2009 at 3:18 AM, Konstantin K <kkru...@gmail.com> wrote: > > > > Hi folks, > > > > I'm using the awesome tablesorter plugin and I have one question: > > > > 1. is it possible to have a row not be part of the "sorting"? > > > > For example, I'd like to have a table, where the first row under the > > > headings, is always on top, and doesn't change positions when one of > > > the headings is sorted. > > > > Thanks for any tips! > > > Konstantin- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text -