Expanding Rows: how to expand custom data from an expanded row

Hi everyone,

I'm working on a table where I want to expand a row to display additional data. From this expanded data, I would like to allow further expansion to display custom nested data.

For example:

- The main row expands to show a list of child rows (with the same structure as the parent).
- Each child row can also expand to show custom nested data, like a detailed list or a custom component.
Was this page helpful?