APEX v23.1
Problem -
I have an IG with say 1000 rows (must be Pagination type: Scroll).
I have a requirement for a ‘Select Range’ button which takes in a range say 1-25 and selects the relevant checkbox on the grid.
This works fine with my current approach however all rows are not loaded initially so if they enter 1-1000 then only the first 25 or whatever are selected. Is there a way to force all rows to load on page load?
Thanks,
Lee