119
Views
2
Comments
Solved
pagination in reactive web app
Application Type
Reactive
Service Studio Version
11.12.0 (Build 48966)

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.


2021-06-02 20-50-04
Márcio Carvalho
Solution

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

UserImage.jpg
Nikhileswar Lella

thank you ! It worked

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.