Question
L&T Infotech
IN
Last activity: 12 Oct 2021 16:14 EDT
Pagination activity in Grid with source as Activity
Hi Team,
Requirement: I have a table with source as a D page. This D page returns 800+ records which reduces the performance. Source for this D page is an Activity which has calculations based on the data for every record. (Basically looping through the above 800 records and performing calculation while displaying then onto the UI)
Solutions tried: Added pagination to display 10 at a time. But at the backend its calculating and keeping the data ready for all 800 records.
How can we restrict it to have the calculations done for only 1st 10 records and then when user clicks on next page he fetches for the next 10 records?
Pagination activity is a related solution, but in UI Gallery the OOTB activity "pxAdvancedPaginateForEmployees" has the listview.
Please help.
Thanks in advance.