First issue is that I cannot find how to bind it to a row, not a certain cell. I want the context menu to open when I right click on a row, but I was only able to stick it inside data-table-template. It worked, but it produced an issue of multiple menus if I click on a different cell.
Second issue - because of shadow dom, the context menu is tied to the show-dom (I think), and when I right-click on it, the menu appears BELOW the table. Both the plugins had the same result.
Do you have any ideas how create a context menu with your table? Thank you.
I tried to use 2 of the plugins
First issue is that I cannot find how to bind it to a row, not a certain cell. I want the context menu to open when I right click on a row, but I was only able to stick it inside data-table-template. It worked, but it produced an issue of multiple menus if I click on a different cell.
Second issue - because of shadow dom, the context menu is tied to the show-dom (I think), and when I right-click on it, the menu appears BELOW the table. Both the plugins had the same result.
Do you have any ideas how create a context menu with your table? Thank you.