navigator.getPagingNavigation().setViewSize(size); On Fri, May 11, 2012 at 1:03 AM, sudeivas <[email protected]> wrote: > Hello, > Currently I am using PaginNavigator along with DataView. > > dataview.setItemsPerPage(10); > container.add(dataview); //webmarkup container > container.add(new PagingNavigator("navigator", dataview)); > > For now, there are around 1000 entries in the list. So PagingNavigator > displays something like this, > > "<< < 1 2 3 4 5 6 7 8 9 10 > >>" > > But we are having some alignment issues. So we need something like this, > > "<< < 1 2 3 4 5 > >>" > > Is this possible? > > -Suresh > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Customize-PagingNavigator-tp4624405.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
-- thank you, regards, Vineet Semwal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
