react-table-drag-select icon indicating copy to clipboard operation
react-table-drag-select copied to clipboard

React component for drag selecting table cells

Results 5 react-table-drag-select issues
Sort by recently updated
recently updated
newest added

Thre was some work done, most importantly, moving react-16 to peer deps, that did not ever get deployed. Can you version it and deploy it please?

I want to use this package to create a timetable. However, it has to support multiple states. Is there a way to use an integer instead of a boolean in...

This resolves https://github.com/mcjohnalds/react-table-drag-select/issues/6 while being slightly more flexible - as long as the value is represented with a className, we can handle what is provided.

When I look at the code here on GitHub I don't see the issue, but when using the package from NPM I get an error when trying to set the...

Hi! Love the component. I make the mistake of having miss-matched `value` and `children` props often and I feel the error message in its current form doesn't really assist in...