look into the repeat headers example widget. it should give you a good starting place.
stephen On Mon, Sep 1, 2008 at 9:43 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > hi guys, > > i'm using the tablesorter plugin. > Does anybody know how to exclude table rows. > > because i habe a table like this > <tr> > <th class="head">1</th> > <th class="head">2</th> > </tr> > > </tbody> > <tr class="basicinfo"> > <td></td> > <td></td> > </tr> > > > <tr class="subhead"> > <td></td> > <td></td> > </tr> > > <tr class="details"> > <td></td> > <td></td> > </tr> > > > rows with class subhead an details are hidden an can be toggles by > clicking on basicinfo. > but now i dont want that these two rows are sortable > Only tr basicinfo must be sortable. > my first idea was to write a widget which collects al classes (subhead > an details) removes them from table and appends it after sorting... > but i'm not sure about this approach.. > > > any ideas how to solve this problem? > i look forward seeing your approaches >