You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: