Hi,I have a local variable with the datatype list. I want to add the pagination on the screen. What do I have to do to make it? I was using this forum post, but it is for traditional and I'm not able to implement it into the reactive application.Thanks,Rakhi
Hi @Rakhi Chouhan, Please refer to this article from @Kilian Hekhuis, or this component that provides the same logic you want (pagination for a list from the REST API in the reactive app). Also, you can refer to the last comment by @Anshul Jain on this forum post.
ThanksGitansh Anand
Note that my article also has this accompanying Forge asset, implementing everything I described there.
It works, Thank you @Gitansh Anand
@Kilian Hekhuis, Good to know; I will keep that in mind.
@Rakhi Chouhan, Glad to know it helped.
Hi,
I think this course can help you:
How To Add Pagination to a Listhttps://learn.outsystems.com/training/journeys/web-developer-662/how-to-add-pagination-to-a-list/odc/546
Hi,I'm consuming the data from rest API and storing it into a variable list not using any entity.
Hi Rakhi,
Can you please share the oml for better understanding of the problem.
I uploaded the oml.
Please find the updated OML.
Hope this helps.
Also now max records is 10 you can change accordioning.
Thanks