Hello,
I'm using a modern list component on my Power Pages website.
For some reason, the list retrieves only the first 10 records (*based on the number of records per page set for the list) from a virtual table (SQL server) instead of loading it with the infinite scroll.
- The Dataverse table displays all data from the source, as well as the view that I'm using for the List component.
- I tested the modern List with data stored in a regular table on Dataverse, and the infinite scroll works.
- I tested the classic List and it displays all data from the virtual table, but it's paginated.
Is there a solution to enable the infinite scroll for the virtual tables, or is this the current limitation of the (Preview) Modern list?
Thank you