Hi guys,
I have a form and a few IG's underneath.
The IG's are set to scroll and header and footer of IG are hidden to save space in page.
The max-height of IG is set with CSS.
The user can scroll to find records.
Unfortunately, only 60 rows shows maximum.
I noticed that when not restricting the height of the IG, the same number of rows load initially but more are loaded as you scroll. I noticed by looking at the html page elements in chrome.
Is there a way to load all of them at once? It could be a performance hit but that's okay.
I'm using APEX 19.1
Thanks.