Hi all,
I want a pagination (list navigation) in mobile application like a web application I have large amount of data in a list so I want to show 20 records at a time in a list...How to achieve that....
Thanks
chiranjit kar
Hi Cjiranjit,
In your list, you can use the OnScrollEnding:
Outsystems recommend you use this:
"Fetch records as you need them instead of all at once. Start with a minimum set, for example, 10 records. As the user scrolls down, use the On Scroll Ending event to fetch the next set of records — for example, the following 10 records."
Read more here.
EDIT: Pagination is a not so frequent pattern in mobile apps (fonte).
I hope it helps.