How to display data in the list view using Data source as microflow

0
we use the search functionality in that data need to be displayed in the list view but we use data source as microflow when we are getting data as per the search functionality in the form of a list but it will not display into a page instead of it will showing  whatever the data present into a database(complete data)  
asked
1 answers
0

Hi Omkar,

 

Typically search functionality doesn’t work on a list view with a microflow data source.

These forum posts outline how you can create a wrapper entity and associate the data to that entity and use the association to the wrapper entity as your data source.  This allows for default search capability to be used:
https://forum.mendix.com/link/space/widgets/questions/87295

https://forum.mendix.com/link/space/studio-pro/questions/116835

 

Another approach you could take is to use the newer gallery widget as it will allow you to search on a microflow data source and is similar to a listview.

Hope this helps,

Danny

answered