Manual table with manually fetching expanded rows #2353
Answered
by
BrianMitchL
BrianMitchL
asked this question in
General
-
I have a fully controlled/manual table using the useSortBy, useFilters, and usePagination hooks. I'm trying to add support for useExpanded so that the subRows can be rendered with the same markup as a normal row, but the data being fetched only when the row is expanded. I've tried writing effects to run when data expanded state change, but ultimately, they're cyclically dependent, so I can't find a way to merge the row data with a given subRow data. |
Beta Was this translation helpful? Give feedback.
Answered by
BrianMitchL
Jul 10, 2020
Replies: 1 comment
-
I ended up figuring out a solution, I provided some details here: #1884 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BrianMitchL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ended up figuring out a solution, I provided some details here: #1884 (comment)