I was wondering whether it is possible to have a Data Table inside a Data Table. Specifically (I will do my best to describe it):
I would like to have a data table with column headings H1, H2, H3, H4 and corresponding data. Column H1 has an icon that looks like a plus sign. When you click on the + sign icon (let’s say for row 3), the table opens up. Rows 1,2,3 stay on top, rows 4 and higher slide all the way down. In between you see a different data table with column headings H5, H6, H7, and their data (with whatever search / filtering capabilities data table normally provides).
When the + sign is clicked on another row (let’s say row 7), I would like the “opened” row 3 to collapse (in other words - only one row opened at a time). This is not critical, I would be OK with multiple rows opened.
Thanks