Multiple selected options are displayed

0
After selecting multiple checkboxes in grid3, open them again. Can the selected checkboxes be checked by default. This is before I choose This is my selection after opening the grid again Is there a solution for the grid3 echo checkbox that has been selected, or is there another component that can achieve the effect I want, thank you
asked
1 answers
0

Hey,

My suggestion is to go with ListView, you can easily match styling to be same as DataGrid.

And to solve your problem you can display list and add OnClick function to item from list where you can just create simple microflow where you can just fill association between your selected "child-object" and "parent-object". For showing which one is selected you can just add Dynamic class on container that you look something like this if $currentObject/parent-object_child-object != empty then 'selected' else empty

Best regards, Slavko

answered