Closed emmanuel-D closed 6 years ago
This line contextMenu: this.row.entity.contextMenuOptions,
should be either removed (if there is only one context menu on the page) or changed to contextMenu: this.rowContextMenu,
where this.rowContextMenu
is a reference to #rowContextMenu
in the template.
Thanks. Work great
How can I open the context-menu with left click? PS: It works fine with the right click. I have already try this link link, but it don't work for me. Here is the code:
HTML:
And the TS:
Thanks for answer.