You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Pratibha <pr...@gmail.com> on 2013/06/18 15:31:46 UTC

ajax Pagination with datatable

Hi Team,

my requirement is to add pagination at the the bottom of dataTable, i
basically require pagination at top as well as bottom,top pagination exists
in my web app . is it possible to add pagination  at the bottom ?

Thanks




--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/ajax-Pagination-with-datatable-tp4659604.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: ajax Pagination with datatable

Posted by Martin Grigorov <mg...@apache.org>.
Sometimes component-oriented frameworks really work ;-)


On Tue, Jun 18, 2013 at 4:52 PM, Pratibha <pr...@gmail.com>wrote:

> Hi Martin,
>
> I added the below line and yes its working, can't believe it was just one
> line.
>
>   dataTable.addBottomToolbar(new AjaxNavigationToolbar(dataTable));
>
> Thanks :)
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/ajax-Pagination-with-datatable-tp4659604p4659606.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: ajax Pagination with datatable

Posted by Pratibha <pr...@gmail.com>.
Hi Martin,

I added the below line and yes its working, can't believe it was just one
line.

  dataTable.addBottomToolbar(new AjaxNavigationToolbar(dataTable));

Thanks :)




--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/ajax-Pagination-with-datatable-tp4659604p4659606.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: ajax Pagination with datatable

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

For top you use something like: getTopToolbars().add(new
AjaxNavigationToolbar());
Just use getBottomToolbar().


On Tue, Jun 18, 2013 at 4:31 PM, Pratibha <pr...@gmail.com>wrote:

> Hi Team,
>
> my requirement is to add pagination at the the bottom of dataTable, i
> basically require pagination at top as well as bottom,top pagination exists
> in my web app . is it possible to add pagination  at the bottom ?
>
> Thanks
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/ajax-Pagination-with-datatable-tp4659604.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>