Displaying 2000 records in case
Hello team,
We have a requirement to show 2k+ records in a grid. This would be fetched from an API.
We have thought to have pagination, and on click of each page , we will fetch the data from the API.
This may not be a read only data set.We may need to do some action on each of the records.
We can cache this Data at API layer which may minimize the call time faster however, wont help in terms of Pega memory consumption.
Can you highlight any other approach to address this. Example having Parameterized Data Pages or Keyed ACcess Data Page?
How to minimize the impact on load?
Thanks,
Nabendu