Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Hello there is a way to deactivate some shorcuts? #586

Answered by huangshuwei
Gabito2000 asked this question in Q&A
Discussion options

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?

You must be logged in to vote

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

Comment options

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

You must be logged in to vote
0 replies
Answer selected by huangshuwei
Comment options

Can disabling a certain cell be achieved?

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /