| 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
|
 |
 |
|
|
subject: rich:scrollableDataTable and pagination
|
|
|