Integration with table libraries #303
aaronschwartz
started this conversation in
Ideas
Replies: 1 comment
-
Same here. |
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
-
I'm having trouble organizing my code to make it easy to render inputs using the
react-table
library.Right now I have to call
useFieldSet
on the entire row for every table cell since I can't call the hook inside of a map to build the data upfront.Current column definition:
I wish there was a way to build up an array of the final data needed for the table. Maybe there could be a
subProperties
key or something with access to the full tree.Is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions