inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is

Home Page:https://reactdatagrid.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in cellSelection capability

nathanfranklinau opened this issue · comments

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",