Hi,I am using record data ( a!recordData() ) in "data" parameter of the read only grid and I am not able to make the paging dynamic ( should fetch the data/rows from the Record according to the batch size not the whole data), because of this the grid taking too much time to change the paging from one batch to another ( here in the below code pageSize: 10 ).
Expected Outcome: Data should be fetched according to the batch size from the record not the whole data and User Filters must also work with the dynamic paging.Thank You.
Discussion posts and replies are publicly visible
Just set the page size in the grid and it will be handled
Hi Ujjwal,Thank you for your response!The record data sync is disabled and as I said pageSize was 10 then still grid taking too much time to change the paging.