Hi,

On Sat, Feb 20, 2016 at 12:38 AM, andre seame <[email protected]> wrote:

> Hello,
>
>
> The repeater.DataTableFilterToolpage <
> http://examples6x.wicket.apache.org/repeater/wicket/bookmarkable/org.apache.wicket.examples.source.SourcesPage?1&SourcesPage_class=org.apache.wicket.examples.repeater.DataTableFilterToolbarPage>
> demonstrates a unique filter.
>
>
> My questions are :
>
> - Is it possible to have several sortable columns.
>

Do you mean filterable instead of sortable?


>
> - How to put the 2 sortable fields into the th ? Or Foreach sortable
> column, I would like to add the 2 fields in the associated column.
>
>
> For instance:
>
> <table>
>  <tr>
>    <th>Born date<br>from: <input value="" name="dateFrom"/>...</th>
>    <th>Death Date<br>from: <input value="" name="dateFrom"/>...</th>
>
>
>
> Thanks,
>
> PHL.
>

Reply via email to