reactable icon indicating copy to clipboard operation
reactable copied to clipboard

Fast, flexible, and simple data tables in React

Results 6 reactable issues
Sort by recently updated
recently updated
newest added

As of React 18, componentWillMount and componentWillReceiveProps will not work without either being renamed with UNSAFE_ as a prefix or being updated to a new method. Both of these methods...

Our project recently upgraded to the most recent version of the React-boilerplate repo. Once we upgraded all the ``s in the tables would no longer render. It only breaks once...

bug

Hi , As per client project requirement, The Goal is to have pagination on the bottom as well as on the top. Can we have any props so that we...

hi i need to fix header and column in the table for example i want to fix first column

the tsx code does compile but gives a type error

Using create-react-app, `npm run build` fails with this error. I tried requiring the file mentioned above such that my imports look like this: ``` import { Table, Thead, Th, Tr...