This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes rich:scrollableDataTable and pagination Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "rich:scrollableDataTable and pagination" Watch "rich:scrollableDataTable and pagination" New topic
Author

rich:scrollableDataTable and pagination

Anthony Sykes
Ranch Hand

Joined: Aug 25, 2007
Posts: 57
I have a scrollableDataTable and I need to implement pagination on it. I found an article that states you have to extend ScrollableTableDataModel. Could anyone provide examples on extending this class?
Lone Gunmen
Greenhorn

Joined: Dec 31, 2008
Posts: 2
If you want to use specific features such as pagination on database level you should pass to the "value" of the <rich:scrollableDataTable> component an object which class extends org.richfaces.model.ScrollableTableDataModel.

http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_scrollableDataTable.html
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: rich:scrollableDataTable and pagination
 
Similar Threads
Pagination
Pagination
Pagination
PAGINATION
Pagination