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.... Remembering last selection problem #371

Open nathanfranklinau opened 11 months ago

nathanfranklinau commented 11 months ago

When using row grouping, selecting cells seems to ‘remember’ the last selected cells and start the next cell selection from there.

It means that selecting cells is not accurate based where you have clicked to start the selection and where you have dragged your mouse.

I’ve attached a screencast demonstrating this behaviour.

Repo: https://github.com/nathanfranklinau/reactdatagrid-demo (in index.js import and load App7 - uncomment) Video: https://github.com/nathanfranklinau/reactdatagrid-demo/blob/main/videos/App7.mp4 Version: "@inovua/reactdatagrid-enterprise": "^5.10.1",