Create JSX API style with react-table #2231
-
I would like to migrate to use Example
I don't know to much about react-table, but I'm wondering if is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
GuptaSiddhant
Apr 27, 2020
Replies: 1 comment
-
React Table v7 is an headless API. It cannot dictate such structure. The closest thing to your requirement is React-Table v6, which does expose |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tannerlinsley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
React Table v7 is an headless API. It cannot dictate such structure. The closest thing to your requirement is React-Table v6, which does expose
Table
JSX API but not any children JSX. You'd still need to pass information as objects.