Listview pagination by retrieving data from association

1
The current Mendix pagination widget (part of ListViewControllers) works only if the list view have datasource as database or Xpath. Is it possible to implement pagination on listview which retrieve data from association. Also, can I query the Mendix object which are not yet committed to database(in memory objects) using limit and offset parameter? 
asked
1 answers
3

If it is not yet supported in the current widget you could create an issue on github for the widget: https://github.com/mendixlabs/list-view-controls/issues

If you want do query the list including objects in memory your best option might be to use a datasource microflow.

answered