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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having trouble organizing my code to make it easy to render inputs using the
react-tablelibrary.Right now I have to call
useFieldSeton 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
subPropertieskey 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