Tung Vo
Tung Vo

Reputation: 2549

How to apply paging in Oracle ADF

How to apply paging when fetch large data in Oracle ADF 12.2.1.4.0. I think we need some config in ViewObject but I don't know how to do that. I cannot find out any introduction about this feature.

Upvotes: 0

Views: 54

Answers (1)

Timo Hahn
Timo Hahn

Reputation: 2496

In the VO you select the 'General' tab and open the tuning section. There you set the in batches of value to a number which should be bigger than the number of rows you show on the page and select 'Access Mode' as 'Range Paging'. Sample configuration

Upvotes: 1

Related Questions