Load more in Mendix

0
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
4 answers
0

Hi Hoang,

What's the reason that you use the list view?
If you want the pagination as described in your question, you can use a datagrid?
https://docs.mendix.com/refguide/data-grid/

 

answered
0

You can use Template Grid.

answered
0

Hi Hoang Do Huy,
You can download List View Controls from a marketplace. After downloading there will be a widget called pagination. It is perfect for your use case. 

What Colin mentioned is also the same widget package: https://marketplace.mendix.com/link/component/105694


Mendix Documentation for your Reference : https://docs.mendix.com/appstore/widgets/list-view-controls/#pagination

 

answered
-1

There is a widget for this in the marketplace, though it may be too old

https://marketplace.mendix.com/link/component/113460

also this

https://marketplace.mendix.com/link/component/105694

answered