DataGrid2 Filtered Results

1
Hi Everyone, I have datagrid2. The user is selecting the datagrid item from changing selected attribute manually. So one by one. I also have Select/UnSelect All button with MF(That is selecting/unselecting all items).  But, The user is filtering the items according to multiple attributes. So, the user wants to select this filtered items not all items. How can I select/unselect these filtered items? I do not want manually Coz I have more than 100 items in the list.   Many thanks
asked
1 answers
0

There might be better solutions, but the one i am thinking is:

  • filter the list using Microflows (instead of the standard filter option) that return the list you want to show. Using on change on text inputs.
  • You can use that returned list to select all the objects
answered