Replies: 1 comment
-
hmm, table's getCanExpand and using the sub component example should get you pretty far, if you omit the mechanism to expand which seems to be required based on your image, setting them all to be initially expanded may need thought, you could call toggleAllRowsExpanded(true) on mount, hopefully someone else has a more graceful suggestion! https://tanstack.com/table/v8/docs/examples/react/sub-components |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to reproduce the following behavior, without much success 😅 :

Is there a way to render a row like this based on some condition that I have in my data?
Beta Was this translation helpful? Give feedback.
All reactions