Hi ,
the below is my requirement & present Grid functionality i am having:
Existing grid functionality: Grouping the fetched records based on an ID.
Requirement:
1. Need to call API for every page click and get the fresh records to display for that particular page itself, when when clicked on another page again API calling and need to display the fetch records in that particular page.
2. Need to display the records along with the grouped records in a page.
Clear explanation :
The issue that i am facing is i am using OnDemandPaging, for initial grid load and data showing is getting right, but my requirement is when i click on the next/2 button i need to call the API again and get the records that need ti be displayed on the 2nd page, and then want to display those records on the 2nd page, and so on for remaining pages also(on page click calling api & getting the data that needed to be displayed on the page). How could i acquire this functionality with SF paging.
PFD for reference
Attachment:
New_DOCX_Document_9d60f264.zip