nadbm / react-datasheet

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

Does CTRL+Z word for undoing a paste? #324

Closed lancepollard closed 2 years ago

lancepollard commented 2 years ago

Does CTRL+Z word for undoing a paste? It doesn't seem to work for me, how do you get it to work?

How about CTRL+SHIFT+Z to redo?

nadbm commented 2 years ago

No these do not work out of the box. You need to maintain your own state and monitor keypresses CTRL+Z commands to go back to a previous state.