searching in multiple data grid

0
Hello community, I use two datagrids on one page. is there a possibility to use a comprehensive search field, if I search/filter for an "employee name" in DataGrid A, it should be automatically searched/filtered for in Data Grid B as well. Is there a kind of: 1) excluded Searchfunction or 2) Search on trigger event ? 3) other possibilities?   Thank you  
asked
1 answers
2

Hi Marc,

You can build something like this, where the data source is a microflow for each data grid that filters by the value of the search attribute.  In this example the search attribute is just a simple non-persistent entity,, ItemSearch, associated with the current session.  The two data grids will auto refresh when the search attribute is changed.

 

answered