I'm using the contextmenu
with turbotable
of primeng
(version 6.1.0).
Based on the demo on the website, when you right click on a row, the context menu appears and the row is selected but when you click outside of the context menu, the menu disappears but the row is still selected. What I want is that the row is deselected when the context menu is hidden.
See https://www.primefaces.org/primeng/#/table/contextmenu
Any ideas how to achieve that?