Title: Setting column-widths in DataTable

Hi!

Is there an "elegant" way to set the column widths when using a DataTable (from wicket-extensions)? As this is a matter of design, I anticipate a solution where I can set the widths in HTML or CSS. Something like the following would be nice:

<table wicket:id="table">
  <colgroup>
    <col width="100" />
    <col width="100" />
  </colgroup>
</table>

Regards,

Timo Verhoeven

Reply via email to