Open hope4555 opened 6 years ago
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
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