blob: d953d47897c38d7a25022982134db354ff952eeb [file] [log] [blame]
<wicket:extend>
This is a demo of the DataTable (DataView wrapper). Provided features:<br/>
<ul>
<li>Easy ordering and selection of columns from code</li>
<li>Takes care of sorting headers automatically</li>
<li>Takes care of page navigator automatically</li>
<li>Takes care of adding class="odd" and class="even" to table rows</li>
<li>Adds a navigator message</li>
</ul>
<br/>
<table class="dataview" cellspacing="0" wicket:id="table">[table]</table>
</wicket:extend>