Search for Microflow Data Source

1
I have a data grid with a microflow as a data source. I cant write it as an xpath because it gets very complicated and relys on associated objects. Is there anyway I can get a search without having to build a custom widget (cause I dont know how). 
asked
2 answers
4

You could place your datagrid inside of a helper object dataview. In this dataview you can show search options (Attributes on your helper object). Your datasource microflow can now use this object as input to do custom retrieves.

answered
0

There is a widget for that: https://appstore.home.mendix.com/link/app/32075/Mendix/Data-Grid-Search-Filters

Regards,

Ronald

 

answered