You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
I have a table I need to render that has multiple sets of columns that are related. I want 2 rows in the Thead, the top one would have Th elements with colSpan that would be a description of the columns below it. Basically I'm trying to achieve something like this:
Name
Group 1
Group 2
Group 3
Col 1
Col 2
Col 3
Col 1
Col 2
Col 3
Col 1
Col 2
Col 3
In my case, the "Group 1", "Group 2", "Group 3" cells I'd want pretty much ignored by reatable (not sortable, not filterable, etc.) The "Col 1", "Col 2", "Col 3" cells are what I'd need reactable to interact with.
I'm sure it's a big ask, but wanted to throw it out there.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Its not currently possible to put two rows in a
The text was updated successfully, but these errors were encountered: