Custome Filter with Select All and Clear All buttons with grouping

2
I would like to build an Custome filter with select and clear all functionality with using any thrid party widgets. Suggest me something on it  
asked
2 answers
1

Hi Taraka

You can use a Datagrid to achieve this. Set the Selection mode to ‘Simple multi-selection’ in the General tab of the Datagrid  as shown below

Now Add ‘Select All’ button on the Datagrid. Add another Action button on the Datagrid and call it ‘Clear’. This button should call a microflow that has a list of selected objects as input parameter. Loop through this list and remove the association . Remember to commit only after the loop.

answered
1

How can we map select all and clear all functionality by grouping some options?

Ex: I have some options like: A1, A2, B1, B2 and C1, C2

I want to Group A1 and A2 with A Otption. It should show like A, A1, A2, B, B1 etc

Any Suggestions?

answered