Call onRowsChange when using keyboard navigation(arrows). #2659
-
Currently when I'm editing a cell, I'm able to call onRowsChange when I press enter or tab Is it possible to do the same behavior for arrows? ↑ ↓ currently they don't make you are just stuck in the cell editing. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I could use this as well |
Beta Was this translation helpful? Give feedback.
-
You can use something like
|
Beta Was this translation helpful? Give feedback.
-
thanks, it helped! |
Beta Was this translation helpful? Give feedback.
You can use
column.editorOptions.onNavigation
to override the default behavior.something like