Hello,
is there any way to define how many records the table should load at startup? For example: 50 records, and if the user scrolls down far enough the next 50 should be loaded. Is there any way to define these amount of data?
At the moment the table sends a request like that after scrolling down: ?$skip=113&$top=9
But why 113 and why top 9?