I need to toggle visibility on certain rows in a table.
I know I should probably redo the table as list items, but is possible to do something like this:
<rowgroup data-id='1'>
    <row>...</row>
    <row>...</row>
    <row>...</row>
</rowgroup>
<rowgroup data-id='2'>
    <row>...</row>
    <row>...</row>
    <row>...</row>
</rowgroup>
 
     
    