- Load More Scroll Policy for ADF 12c Table and Range Paging. There is a new scroll policy for the table component in ADF 12c. This new policy is called - load more. I think it gives good potential, it allows to reduce access load on heavy tables. In ADF 11g we are implementing similar approach with RowCountThreshold = -1 setting, this is preventing full scroll at once (How To Disable SELECT COUNT Execution for ADF Table Rendering). Load more is better, it integrates with VO Range Paging and allows to configure maximum number of rows present on the client.
- Download - ADFTableLoadApp.zip
Hi Andrejus
ReplyDeleteThis new feature seems to be removed in version 12.2.1. Any idea why?
Regards
Logan
If "Load More" functionality is required, you can use List component.
ReplyDeleteAndrejus
We have used the "Load More" functionality on all of the screens that have table layouts. This removal of the the functionality has not even been documented and published by Oracle. How rude of them :)
ReplyDeleteLogan
You should log a request on Oracle Support. May be there is a patch.
ReplyDeleteAndrejus