I have a requirement to display a grid of data.
Each row, once opened needs to display 2 grids as nested grids.
Question and advise:
Advise, would it be better to have multiple nested grids or would it be possible to use row/details like the demo but each tab in the detail containing another grid. Or would it be better to have multiple nested grids for each row.
Question, it looks like multiple nested grids are available, i.e. the demo has an array. I cannot figure out how to incorporate the second grid.
Not sure which solution is better, thanks