Hi Team,
I have a table bound to structure list,Need to use pagination,
Please suggest in reactive web.
That is not a component. It's just an explanation of how to do it!
https://www.outsystems.com/forge/component-overview/7700/list-pagination-reactive
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 helpyou need to modify only two action DataactionOnafterFetch and PaginationOnClick. (please check the foreach property while implementing)
Thanks and Regards,Akshay Deshpande
This is expected as per without componenet.
Regards,
Ujwwala
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/
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
Thank you
Is there alternative without using components.