20
Views
3
Comments
Solved
Pagination and returning to correct page

Hello, i have a reactive app using pagination for a table. I would like return to the page i was on rather than the first page. Any help on this? Thank you!

2025-01-23 09-22-22
ABHIJITH G
Champion
Solution

Hi @Low Nico ,
If your requirement is: that you have a table with pagination and by clicking the one item you are navigating to any details screen or any other screen, then after coming back to the listing screen you should able to see the page which you were on during the navigation. 
Instead of using the local variable StartIndex, use a client variable as the StartIndex can help you achieve your requirement.





Thanks

2026-02-16 05-51-10
Sahana K

Hi Low Nico,

Please refer the below link, and please explain your problem in detail, if possible, share the oml.

https://success.outsystems.com/documentation/11/building_apps/user_interface/patterns/using_mobile_and_reactive_patterns/navigation/pagination/


Thanks,
Sahana

2025-01-23 09-22-22
ABHIJITH G
Champion
Solution

Hi @Low Nico ,
If your requirement is: that you have a table with pagination and by clicking the one item you are navigating to any details screen or any other screen, then after coming back to the listing screen you should able to see the page which you were on during the navigation. 
Instead of using the local variable StartIndex, use a client variable as the StartIndex can help you achieve your requirement.





Thanks

2024-12-02 13-16-47
Vipin Yadav

Hi ,

I have shared the following post link that might help you resolve your issue: 

https://www.outsystems.com/forums/discussion/101116/pagination-not-showing-when-building-patient-self-service-potal-app/

Thanks,

Vipin Yadav

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