[Feature Request] Support for nested tables #4734
Marko-D
started this conversation in
Feature requests
Replies: 3 comments
-
Do you need to add the 'use client' directive at the top of your file? This error has throw me many times. If not that, have you tried using the items prop on the table body?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the 'use client' directive added. Even when using the items prop i het the same error: TypeError: Cannot convert a Symbol value to a string. A similar issue has been reported here #2564 but my use case is I want to render a nested table for each row that will be togglable, but this is for nesting inside a column which is not what I need. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
The problem is that currently I cannot nest table inside each row.
I've tried something like this
TypeError: Cannot convert a Symbol value to a string
Describe the solution you'd like
As a user I expect to be able to add whathever component I need inside TableRow and render it next to the row
Describe alternatives you've considered
To be able to pass custom component where the row is renderd
Screenshots or Videos
No response
Beta Was this translation helpful? Give feedback.
All reactions