Replies: 1 comment 2 replies
-
Before v7 was released, react-table used to provide UI components as you can see in that code sandbox. V7 onwards, however, react-table has been changed to a headless table utility library, meaning that you'll need to provide the UI yourself while react-table will help you with populating the table with data & applying sorting, pagination etc. In summary, follow the documentation & start by using |
Beta Was this translation helpful? Give feedback.
2 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 learn Javascript and React and reading about react-table trying to learn it.
I came across this codesandbox that uses import ReactTable from "react-table" and when reading the docs I cant find any example of this ReactTable import
Is this
ReactTable
about to be deprecated maybe? I see the hook styleuseTable
looks more versatileAny thought?
Beta Was this translation helpful? Give feedback.
All reactions