Replies: 1 comment 2 replies
-
nothing is stopping you from registering your own event listeners. Just set it up to call |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The documentation explains how to handle saving on the onBlur and it's clear, however, I don't understand how to cancel and edit
I was expecting that the escape key would do that, but it doesn't
Do I need to add for each column a onKeyDown=(event) => {if (event.key === 'Escape') //skip the save in onBlur ?
is there an option I missed that does it automatically?
Beta Was this translation helpful? Give feedback.
All reactions