Replies: 6 comments
-
Did you find a solution? I'm struggling to implement the same use case. Apart from setting the What is the best way to achieve this with react-table? |
Beta Was this translation helpful? Give feedback.
-
I'm getting the same issue. |
Beta Was this translation helpful? Give feedback.
-
one from solution is to recursively update the data array, with flags |
Beta Was this translation helpful? Give feedback.
-
Hoping to implement the same. I'd like subrow data to only be loaded if the parent row is expanded. |
Beta Was this translation helpful? Give feedback.
-
I found that |
Beta Was this translation helpful? Give feedback.
-
Guys I was suffering too until I checked previous version's examples. In case you are helpless like I was: https://github.com/TanStack/table/blob/main/examples/react/sub-components/src/main.tsx |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The use case is: load entities and expand subentities lazily... ATM getSubRows is fetched synchronously, so no way to implement a server fetching around subrows
Beta Was this translation helpful? Give feedback.
All reactions