557
Views
6
Comments
Solved
pagination in structure list
Question
Application Type
Reactive

Hi Team,

I have a table bound to structure list,Need to use pagination,

Please suggest in reactive web.

2024-01-31 05-29-41
Akshay Deshpande
Solution

Hello Ujwala,

if you want without forge component, then to the below things

Directly, as aggregate you can't achieve pagination, if you are using dataAction. but you can achieve pagination with the help of data action for this you need to implement some code for that, I have attached OML for your help

you need to modify only two action DataactionOnafterFetch and PaginationOnClick. (please check the foreach property while implementing)

Thanks and Regards,
Akshay Deshpande

Pagination.oml
UserImage.jpg
ujwala

This is expected as per without componenet.

Regards,

Ujwwala

2026-02-26 06-29-24
Rahul
 
MVP

Hi,

Have a look this post its a similar-


https://www.outsystems.com/forums/discussion/57295/pagination-of-a-list-reactive-web/

https://www.outsystems.com/forums/discussion/60993/how-to-add-pagination-on-locallist-record-reactive-web/

https://www.outsystems.com/forums/discussion/13678/pagination-on-a-list-record-varialble/


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

When you are using a table bound structure list type to use pagination, is almost or the same when you are using data coming from API(this is just an example).
See this post too: https://www.outsystems.com/forums/discussion/73735/how-can-we-implement-pagination-in-reactive-web-app-screen-while-using-data-actio/

Explains how to do pagination with external data. Or not using aggregates to do that.


Kind Regards,

Márcio

 

UserImage.jpg
ujwala

Hi,

Thank you

Is there alternative without using components.

2021-06-02 20-50-04
Márcio Carvalho
Solution
2024-01-31 05-29-41
Akshay Deshpande
Solution

Hello Ujwala,

if you want without forge component, then to the below things

Directly, as aggregate you can't achieve pagination, if you are using dataAction. but you can achieve pagination with the help of data action for this you need to implement some code for that, I have attached OML for your help

you need to modify only two action DataactionOnafterFetch and PaginationOnClick. (please check the foreach property while implementing)

Thanks and Regards,
Akshay Deshpande

Pagination.oml
UserImage.jpg
ujwala

This is expected as per without componenet.

Regards,

Ujwwala

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