Search function for Data Grid with microflow as data source

0
Hi guys, Does anyone know how to enable the search button and attributes for the data grid that used microflow as data source? Currently, I does not find the correct solution for this issue. Thanks.
asked
1 answers
0

Hi Muhammad,

Unfortunately you cannot use the default search filters if you use a microflow. The easiest way is to use XPath or database. Otherwise you have to build this yourself. You can create an entity that stores your search filters and use this in your datasource. When you create a data grid and select a microflow, mendix asks whether you want to use server-side paging, sorting and searching, this can help you with your setup.

Hope this helps!

 

answered