Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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