TanStackT
TanStack10mo ago
3 replies
progressive-amaranth

Grouping / Expanding features

Hello, I'm currently looking to implement a feature where I need to expand some data. I've tried to achieve it looking at the documentation without success.

I'm trying to do something similar to this: https://glin.github.io/reactable/articles/examples.html#nested-tables

My table have rows and nested rows but the parent row does not have the same format as the children rows. It is mostly like having a nested table inside each expanded rows. In all the example I've found the parent rows mostly have the same structure as the children. (even with a similar structure the parent row displays columns that does not match with the children)

Does anyone succeed to achieve something similar ?

Thanks in advance for the responses
reactable
Was this page helpful?