we have a table where every 2nd table-row provides some detailed
information on the row above.

structure:
<table>
   <tbody>
   <tr><td>main content ...</td><td> ...</td></tr>
   <tr class="extended"><td>subcontent ...</tr>
   and so on ...
   </tbody>

now, I´d like to sort the table without rearranging the tr's with the
class extended.
is this possible? if yes, how?

another solution is to sort the tbodies, but I also don´t know how
this should work.

any help is much appreciated.
thanks,
patrick

Reply via email to