Records Displayed property on Advanced Table ignored when deployed to server
Have and OAF page with only an Advanced Table object. The "Records Displayed Property" is set to 10. I can confirm the PG.xml shows the xml tag for this property "BlockSize" is value of 10. Run in JDeveloper the property works. I can even change the value to other numbers besides 10 like 15 and work in Jdev. But when deployed, the page tries to show all records fetched by the VO on the first page. When scrolling down the advanced table on page, there is a spinning circle as it tries to fetch more records to screen. Any idea