We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
just a heads up, the default installation using npm install react-table installs version 6.10.0, but the documentation is for version 7 I believe?
npm install react-table
I had issues following the examples and ran into this StackOverflow question which solved the problem.
The text was updated successfully, but these errors were encountered:
@scottc11 You should be able to run npm install react-table@next to install the latest v7 version.
npm install react-table@next
Sorry, something went wrong.
Yeah. We should probably update the docs to have the @next. Just need a disclaimer too that it's alpha.
@next
+1 to ^ , I was seeing import errors on useSortBy since it's not in the latest version, upgrading to @next fixed it
This will be updated when we release beta soon. Closing for now.
No branches or pull requests
just a heads up, the default installation using
npm install react-table
installs version 6.10.0, but the documentation is for version 7 I believe?I had issues following the examples and ran into this StackOverflow question which solved the problem.
The text was updated successfully, but these errors were encountered: