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

Callback while typing #275

Open andreas-ku opened 3 years ago

andreas-ku commented 3 years ago

Hi,

would it be possible to add a handler that is called during typing / editing a cell? Seems "onCellsChanged" is just called after the editing is finished. I am looking for something more realtime that will be triggered for every keyboardstroke when the user is typing in a cell.

Greetings Andreas