Search code examples
oracle-apex-5.1

Oracle APEX - Interactive Grid only displays first 40 records


I have an interactive grid that shows total of 520 records total but only displays first 40. The rest comes up as blank. How can I diagnose the issue?

I tried sorting on different columns and refreshing but still, only 40 records are shown


Solution

  • This is a known issue; happens when the Pagination type property (found in IG's Attributes) is set to Scroll. Set it to "Page", see if it helps.