In UI I upload the spread sheet with some values and in th rest api response we get a structure as response.
In the structure we have list of data, where I am displaying in a table , As per the requirement i need to limit 25 records for each page.
I have checked this documentation :https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Mobile_and_Reactive_Patterns/Navigation/Pagination
In the documentation they are using aggregates and refreshing the data.so I can't use that for my scenario as i get a list of data from a rest response.
You can use this way of getting and doing pagination with API data
It has an example of using pagination with API data
https://www.outsystems.com/forge/component-overview/7700/list-pagination-reactive
Kind regards,
Márcio
thank you ! It worked