Replies: 4 comments 3 replies
-
For accessibility, this needs to implement the treegrid ARIA pattern. This is on our roadmap to work on later this year, but at the moment it isn't really possible. |
Beta Was this translation helpful? Give feedback.
-
@devongovett is this request still on the roadmap? |
Beta Was this translation helpful? Give feedback.
-
Also interested in this or some pointers to how to implement this. |
Beta Was this translation helpful? Give feedback.
-
Interested as well. Is it possible to follow the progress somehow? Your roadmap is not public, right? |
Beta Was this translation helpful? Give feedback.
-
Hi I am trying to create a table with expandable rows like in this example: https://tanstack.com/table/v8/docs/examples/react/expanding
So when you click on the row it expands to show it's "child" rows.
I have tried to create a structure like this, where an expandable row is defined as a group with a header row and a list of "child" rows.
These elements don't render anything themselves but instead just render their children with additional props.
This unfortuantely doesn't work as I am getting
TypeError: type.getCollectionNode is not a function
I am guessing it's because it expects the children of Body to be Rows, but I am unsure how to get around this.
Does anyone know if this is possible?
Beta Was this translation helpful? Give feedback.
All reactions