adazzle / react-data-grid

Feature-rich and customizable data grid React component
https://adazzle.github.io/react-data-grid/
Other
7.01k stars 2.18k forks source link

filling/dragging to down does not work #2796

Closed giorgiPapava closed 2 days ago

giorgiPapava commented 2 years ago

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

  1. npm install react-data-grid
  2. render DataGrid component
  3. 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

giorgiPapava commented 2 years ago

Looks like the event happens, it's css bug.

amanmahajan7 commented 2 days ago

Closing due to inactivity. Please create a new issue with a reproducible example if there are still issues.