Replies: 1 comment
-
To solve this, I did the fetching one level above the component that creates the columns. That way, I can just pass the fetched column data from the parent to the child to produce dynamic columns. |
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'm using the latest version of
react-table
.I need to generate columns based on an initial fetch request. I don't know how many columns I need in advance.
What's the best way to do this?
Beta Was this translation helpful? Give feedback.
All reactions