[jQuery] Re: tablesorter messing with other tables

2009-05-13 Thread andy
I assume your tablesorter is picking up the desired table by an id or class attribute. Does the nested table have the same attribute? If so change the name of the nested table attribute and give it another try. If you would like the nested table to sort independently, give it a unique attribute id

[jQuery] Re: tablesorter messing with other tables

2009-05-12 Thread PaulGCES
Well, actually I would indeed like the subtables to sort, but they seem to be confusing each other. I'd like to have a sortable table of data, where one column is itself a sortable table. However, whenever I nest this way, the implementation seems to get confused. Clicking on one table leads to

[jQuery] Re: tablesorter messing with other tables

2009-05-12 Thread aquaone
Tablesorter will sort them like any other content, which may not be what you intend. If you want to be able to nest table structures, another plugin may be better suited. On Mon, May 11, 2009 at 18:21, PaulGCES wrote: > > Hello-- > > Does tablesorter support nested tables? I'm only trying to so