Re: Quesitont about .repeater.DataTableFilterToolbarPage : mutliple fitered

2016-02-20 Thread Martin Grigorov
Hi,

On Sat, Feb 20, 2016 at 12:38 AM, andre seame  wrote:

> Hello,
>
>
> The repeater.DataTableFilterToolpage <
> http://examples6x.wicket.apache.org/repeater/wicket/bookmarkable/org.apache.wicket.examples.source.SourcesPage?1_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:
>
> 
>  
>Born datefrom: ...
>Death Datefrom: ...
>
>
>
> Thanks,
>
> PHL.
>


Quesitont about .repeater.DataTableFilterToolbarPage : mutliple fitered

2016-02-19 Thread andre seame
Hello,


The repeater.DataTableFilterToolpage 

 demonstrates a unique filter.


My questions are :

- Is it possible to have several sortable columns.

- 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:


 
   Born datefrom: ...
   Death Datefrom: ...



Thanks,

PHL.