Hi,
I want to add a css class to the tbody that is part of
DataTable.html that looks like:
<wicket:panel>
<thead wicket:id="topToolbars">
<wicket:container wicket:id="toolbar"></wicket:container>
</thead>
<tfoot wicket:id="bottomToolbars">
<wicket:container wicket:id="toolbar"></wicket:container>
</tfoot>
<tbody>
<tr wicket:id="rows">
<td wicket:id="cells">
<span wicket:id="cell">[cell]</span>
</td>
</tr>
</tbody>
</wicket:panel>
where none exists already? What is the easiest way to do this w/o
modifying core wicket code that I would have to maintain?
Thanks, Jason
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org