Hi,
I have a collection with thousands of entries and need to show those entries using a listview.
What should be the best approach to do this?
Initially, I configured the simple backed query but it gets all the results at once, and I would like to avoid this behaviour. Ideally, I would like to have a pagination in place and get a list of 50 results on each page, performing a new query each time the user changes the page.
Thanks a lot in advance.