Select multiple cells while using KeyTable extensions
Select multiple cells while using KeyTable extensions
reallyslick
Posts: 3Questions: 2Answers: 0
I would like to be able to navigate cell by cell using arrow keys. I would also like to be able to select multiple cells using shift/ctrl functions. The first is solved by Key table extension. and the second is solved by Select extension. However.. It seems i cannot use both at the same time. I am seeing that with Keys enabled, I cannot select multiple cells with shft/ctrl. How can I achieve this?
select: {
selector: '.selectable',
style: 'os',
items: 'cell'
},
keys: {
columns: ':not(.not_selectable)',
},
This discussion has been closed.
Answers
Ah, never mind It seems I had a listener causing some unwanted interactions.. please ignore