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? |
Answered by
huangshuwei
Jul 28, 2023
Replies: 2 comments
|
You can disable the cell selection function, so all shortcut keys will be disabled. Here is the example:https://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/cell-edit?anchor=combine-element-ui |
0 replies
Answer selected by
huangshuwei
|
Can disabling a certain cell be achieved? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can disable the cell selection function, so all shortcut keys will be disabled.
Here is the example:https://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/cell-edit?anchor=combine-element-ui