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

Reply via email to