<wicket:extend xmlns:wicket="http://wicket.apache.org">


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/>
<div>
 <table class="dataview" cellspacing="0" wicket:id="table">[table]</table>
</div>
</wicket:extend>