We are using ngx-contextmenu for our project, where we have 2 layouts.
1) List view - for this we are using ag-grid library
2) Justified view (Photo layout)
We have created a different component as custom-context-menu and wanted to re-use through selector.
I've referred #92 for this scenario, however, we are facing lots of issues in our case.
Code:
Using below in custom-context-menu.compoennts.html
Hi @isaacplmann
We are using ngx-contextmenu for our project, where we have 2 layouts. 1) List view - for this we are using ag-grid library 2) Justified view (Photo layout)
We have created a different component as custom-context-menu and wanted to re-use through selector. I've referred #92 for this scenario, however, we are facing lots of issues in our case.
Code: Using below in custom-context-menu.compoennts.html
code in custom-context-menu.components.ts
How can we make a call on list view (ag-grid) item click?
Kindly help with this issue.