How to add serch functionality to data grid

0
Hello all,  Please guide me in one issue. I fetch the data through microflow in data grid and required data is displaying in grid but now I am not able to add search functionality on that grid please anyone know how to add search functionality on that grid so user can search based on multiple attributes.  Thanks
asked
3 answers
4

Hi Priyanka,

Use grid search widget its will useful for your requirement.

https://marketplace.mendix.com/link/component/49364

https://marketplace.mendix.com/link/component/32075

answered
1

Hi,

You can try Data Grid Search Filters (https://marketplace.mendix.com/link/component/32075) or Grid Search(

https://marketplace.mendix.com/link/component/49364), if the datasource is microflow.

or

you can built custom search for the datagrid.

Take a look at the below forum link of custom search answered by Mendix experts for reference

https://forum.mendix.com/link/questions/5283

Hope it helps!!!

 

answered
0

Check the documentation: https://docs.mendix.com/refguide/search-bar/ on how to add search elements on a grid.

The search bar is only available on data sources Database and XPath (not on Association and Microflow)

answered