Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to load all IG rows at once? [SOLVED]

MegamanXAug 5 2019 — edited Aug 8 2019

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.

This post has been answered by MegamanX on Aug 8 2019
Jump to Answer
Comments
Post Details
Added on Aug 5 2019
8 comments
745 views