hi I am trying to implement an editable grid , which should have collapsible rows
I am trying to avoid nested loops and wanted a check box option for all the rows . Any coding examples will help. Thank you
Discussion posts and replies are publicly visible
Need more details on your data structure. What variables the data should flow in on clicking the check boxes and also do you want it to be multiple selection. more details please.
I am trying to implement the same thing mentioned here https://docs.appian.com/suite/help/24.2/recipe-expand-collapse-rows-in-a-tree-grid.html but i wanted to add selection checkboxes for the sub items only.
hi kowsalyavijayan (kowsalyav7826) I still need to know your requirements, may I know why are you trying to show data grid-tree format?