Re: DataTable toolbars

2018-02-21 Thread Vit Rozkovec
There you go: https://issues.apache.org/jira/browse/WICKET-6539 Vit On 02/20/2018 05:06 PM, Martin Grigorov wrote: Hi, Please file a ticket! Thanks! Martin Grigorov Wicket Training and Consulting Looking for a remote position with Wicket ? Contact me! https://twitter.com/mtgrigorov On Mon,

Re: DataTable toolbars

2018-02-20 Thread Martin Grigorov
Hi, Please file a ticket! Thanks! Martin Grigorov Wicket Training and Consulting Looking for a remote position with Wicket ? Contact me! https://twitter.com/mtgrigorov On Mon, Feb 19, 2018 at 3:45 PM, Vit Rozkovec wrote: > Hi, > > I've come across one inconsistency in the DataTable class: > >

DataTable toolbars

2018-02-19 Thread Vit Rozkovec
Hi, I've come across one inconsistency in the DataTable class:     /**      * @return the container with the toolbars at the top      */     public final ToolbarsContainer getTopToolbars()     {         return topToolbars;     }     /**      * @return the container with the toolbars at the bott