Re: ajax Pagination with datatable

2013-06-18 Thread Martin Grigorov
Hi,

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


On Tue, Jun 18, 2013 at 4:31 PM, Pratibha pratibha.pari...@gmail.comwrote:

 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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: ajax Pagination with datatable

2013-06-18 Thread Pratibha
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: ajax Pagination with datatable

2013-06-18 Thread Martin Grigorov
Sometimes component-oriented frameworks really work ;-)


On Tue, Jun 18, 2013 at 4:52 PM, Pratibha pratibha.pari...@gmail.comwrote:

 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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org