Using Oracle Jet 10.1/redwood. I have an oj-table against a Collection with a RowExpander/FlattenedTreeTableDataSource. When I scroll to the bottom of the table, it isn't loading any more rows.
I have managed to duplicate this using the cookbook example: https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=rowExpanderTable&demo=tableCollectionRowExpander
by adding the following to the oj-table:
style="height:100px"
scroll-policy="loadMoreOnScroll"
scroll-policy-options.fetch-size="2"
The third record never loads.
Is there a way to get this to work? I can have a large number of models in the collection, so setting the scroll policy to loadAll slows down the loading quite significantly.