[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 14, 12:44 am, Konstantin K  wrote:
> 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 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 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 -


[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 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 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 -


[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 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