T
TanStack2y ago
genetic-orange

how to group rows for this design?

I have this design with a row which groups people under a country. is that possible? Country will be like an empty line. They seems more subrows more than grouping but idk how to achieve this. there is only one header that refers to rows under the organization
No description
1 Reply
plain-purple
plain-purple2y ago
This style looks like the following: - Country is both grouped and expanded. - A new table filled with data relevant to that country is now displayed without headers, just body/<tbody> elements. There are examples of this usage within the docs.

Did you find this page helpful?