-
-
Notifications
You must be signed in to change notification settings - Fork 764
Hello there is a way to deactivate some shorcuts? #586
-
I'm working on inputs inside the table and the backspace do not work properly on the inputs because the event of the cell collides with the input inside. I want to deactivate the shortcuts of the cell, and be able to select cells. It is there a way to do that?
Beta Was this translation helpful? Give feedback.
All reactions
You can disable the cell selection function, so all shortcut keys will be disabled.
cellSelectionOption: {
// default true
enable: false,
},
Here is the example:https://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/cell-edit?anchor=combine-element-ui
Replies: 2 comments
-
You can disable the cell selection function, so all shortcut keys will be disabled.
cellSelectionOption: {
// default true
enable: false,
},
Here is the example:https://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/cell-edit?anchor=combine-element-ui
Beta Was this translation helpful? Give feedback.
All reactions
-
Can disabling a certain cell be achieved?
Beta Was this translation helpful? Give feedback.