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

Reply via email to