How to have expand - collapse in grid rows

0
Hi Team, I have a requirement to have an expand – collapse option in grid. On clicking expand, I need need to show a table in it. How can I achieve this ? On clicking expand icon of More details, I need to display a content as below:  
asked
2 answers
1

Hi Mohammed,

 

The combination of ListView (instead of grid) and Accordian widget might help you as well.

 

Best,

Istvan

 

answered
0

Hi Mohammed Jaffer Ali N,

You need to implement a custom Implementation for this. You can add an extra container below your parent data. and the set visibility to the container based on a Boolean value.  Add an on-click nanoflow on the elements of parent data and change the Boolean value.

answered