cscan / vue-excel-editor

Vue2 plugin for displaying and editing the array-of-object in Excel style
MIT License
557 stars 108 forks source link

Poor UX with ctrl-a : & disabling row-selection #129

Open iplanwebsites opened 1 year ago

iplanwebsites commented 1 year ago

Until block-copy of multiple selected cell is supported, I'd like to disable selection of rows. It's just confusing to my users. They also use ctrl-a shortcut when focussed in a cell to select it's content, but it select the entire document. Is there a way to disable row-selection?

cscan commented 1 year ago

A disable flag can be introduced. BTW, I am also thinking a way to auto-disable it when the editing is happening.