How to make a filter outside of DataGrid2

0
I would like to develop a page with multiple combo box outside of the datagrid2. The combo boxes are for the selection of different attributes to be filtered and be shown in the DataGrid 2. How can I do this, are there any solutions?
asked
1 answers
1

Hello Lee, In your scenario, you'll need to introduce a distinct entity filter and include the attributes you wish to filter. Afterward, develop a dataview with this filter entity and incorporate a search button within the dataview. Next, establish a microflow that refreshes the filter object. Then, position a Datagrid 2 with the datasource as the microflow. Finally, apply the filter in DS based on the values of the filter object.

answered