Listview Load more

1
Hi Team,  For the listview when we click on load more button it loads the lists content below, I have a requirement to make it look like pagination.  say for example i have 100 items in the list, and my page size is 10, so initially 10 items are loaded.  when a user clicks load more he gets 11- 20 below 1-10 records, but the expectation is to replace 1-10 records with 11-20.  My Listview’s datasource is microflow.  Does anyone know work around to achieve this ? Thanks in advance
asked
2 answers
2

Hi Rachana,

We have one widget ccalled Pagination under Listviewcontrols which is there in App Store. But It works only for Listview which has Database or Xpath as a datasource.

https://docs.mendix.com/appstore/widgets/list-view-controls#pagination

answered
0

might this widget be of help?

https://appstore.home.mendix.com/link/app/113460/

answered