Pagination for List View

0
Am having a List View with data source as a microflow, but the pagination widget only works with those list view whose data source are database or xpath. Is there any other way in-order to give pagination for the list view with microflow as the data source?
asked
1 answers
0

You can build something custom. See this documentation: https://docs.mendix.com/howto/logic-business-rules/server-side-paging

The example here uses a REST service to get the data but this can be done with database retrieves or microflow logic as well. The example shows a datagrid but the same principle can be used for a listview with paging buttons.

answered