nadbm / react-datasheet

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

OnSelect not firing properly #254

Open davidsx opened 3 years ago

davidsx commented 3 years ago

Hi I am a new user for react-datasheet and thanks for this great library which helps me minimise many efforts.

I am encountering a problem that OnSelect is not firing properly

Step to reproduce:

  1. Select multiple cells
  2. Select the last highlighted cell

If I select other cell it will work as normal.