Question: rowSelection: true - can we multiple select only when CTRL is selected
hope4555 opened this issue · comments
In many systems multiple select is working only when CTRL key is pressed
Can this be done?
i seem not to get the "e.ctrlKey" when i handle the event
Currently multi select is either on or off and rows are selected using normal click. It would be fairly easy to implement it together with a new option, something like rowSelectionCtrlCondition
= true or maybe allow the existing rowSelectionAllowMultiple
to accept and array of conditional keys like ['ctrlKey'] and not just true
or false
. What do you think?
i like "rowSelectionCtrlCondition = true" better