inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.45k stars 57 forks source link

Bug in cellSelection capability #370

Open nathanfranklinau opened 11 months ago

nathanfranklinau commented 11 months ago

I’ve been evaluating it recently for the use in one of my projects and I think I have found a bug in the cell selection capability.

My app would require users selecting significant numbers of cells which span across more rows than what are in the current view. Selecting these cells requires me to scroll down below the current view.

The problem is that as I am scrolling down, the grid view keeps jumping back to the row where my cell selection initially started.

I have set up a repo here: https://github.com/nathanfranklinau/reactdatagrid-demo.

App5.js contains the the aforementioned bug.

Video to show behaviour: https://github.com/nathanfranklinau/reactdatagrid-demo/blob/main/videos/App5.mp4

Version: "@inovua/reactdatagrid-enterprise": "^5.10.1",