Expand and collapse rows in a single column
Is there any way to expand and collapse rows in a single column? Have multiple variables collapsed in a single column?
The picture included has an example of the idea.
This isn't possible today, but similar ideas come up often as feature requests (https://github.com/glin/reactable/issues/33, https://github.com/glin/reactable/issues/112). I can't say if or when it'll be added, but I am personally interested in it being possible. Also, thanks for that picture - it's a great example use case for a tree-table-like feature.
The ability to create expanded hierarchical tables would be a great feature.
I'll add an example of such an implementation.