How to add/enable Search bar when source is Microflow in Data Grid?

0
Hi, In Data Grid,  if the data source is Microflow, can’t use search field. How can we add the Search bar? Thanks, Sabbir
asked
1 answers
1

Hi Sabbir,

You can use the Data grid search filters widget for this. It adds search fields on the column of your datagrid.

https://appstore.home.mendix.com/link/app/32075/Mendix/Data-Grid-Search-Filters

 

Edit: Try pulling the latest version from github

https://github.com/tieniber/DataGridColumnSearch

 

Once you download it, you can add the .mpk file in your widgets folder of your project. Make sure to do a clean deployment directory before you run locally again. 

answered