Open webmatrixxxl opened 7 years ago
No there is not currently, we should probably add a new selection type for this https://github.com/swimlane/ngx-datatable/blob/master/docs/api/table/inputs.md#selectiontype
There is currently a strange behaviour, when you right click on a row that is not selected (to open context menu) the row is not selected, but only the column in the row without unselecting already selected rows (I am using selectionType 'multi'). Windows Explorer always selects the right clicked row before opening context menu. Could this behaviour implemented in ngx-datatable? Or is there a way to easily get the item of the right clicked row in the mousedown event?
Hi, I am also looking for selecting a row on right click. any help to achieve this is greatly appreciated.
Thank you
I was facing the same problem, i have done it by using the Output (tableContextmenu) and call a function to show my context menu then inside this function i used to push the element to the selectedList so it become selected.
I'm submitting a ... (check one with "x")
I'm wondering if there is a way to set row active on right click ? Sorry if this i not for here and thank you!