[jQuery] Re: tablesorter - disabling sorting for a row

2009-10-14 Thread Konstantin K
Ok I figured it out. It works very nicely. No problems so far. Here's what I did: Inside the after the first row with all of the s, you can add another row with all s: . You will also have to style this new row via CSS: table.tablesorter thead td { . } Konstantin On Oct

[jQuery] Re: tablesorter - disabling sorting for a row

2009-10-13 Thread Konstantin K
I've tried but that row is still being sorted with the rest of the rows... any ideas? On Oct 13, 12:30 pm, Don Dunbar 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

[jQuery] Re: tablesorter - disabling sorting for a row

2009-10-13 Thread Don Dunbar
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 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