nadbm / react-datasheet

Excel-like data grid (table) component for React
https://nadbm.github.io/react-datasheet/
MIT License
5.39k stars 457 forks source link

fix: shift+click when selection is controlled #305

Closed carlesba closed 2 years ago

carlesba commented 2 years ago

Selecting multiple cells with Shift+Click is not working when selection is controlled externally.

I found that Datasheet wasn't using the right selected state in the mouse handler.

carlesba commented 2 years ago

is this repo still maintained? @nadbm

carlesba commented 2 years ago

closing in favour of #312

cc @nadbm 5 months later..