react-data-grid
react-data-grid copied to clipboard
filling/dragging to down does not work
Describe the bug
I installed the library from NPM, rendered DataGrid component with some mock columns and rows and onFill function. Drag identicator is visible but when I'm starting to drag it it's not following the cursor.
To Reproduce
- npm install react-data-grid
- render DataGrid component
- drag any column
Link to code example:
Expected behavior It should start dragging the rows, but it does nothing, it only shows dragging indecator and doing nothing when I start dragging it.
Environment
react-data-gridversion: ^v7.0.0-beta.7react/react-domversion: "^17.0.1
Looks like the event happens, it's css bug.