Question
Read-only Grid Paging Algorithm
Hello everyone,
I want to understand how a grid field works when using a sync-enabled record as the data source.
Let’s say I have 100 records.
If I display 10 records per page, there will be 10 pages in total. Now, when I click on the Next icon in pagination, will the grid make a separate call to the database to fetch the next set of 10 records, or will it use Appian’s cache memory to display the data?
