-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
OnCreateMenu - how to keep existing menu items when i try to add new item. #1437
Comments
Have you seen /examples/21_customize_context_menu.html? That appends one new item to the context menu. |
yeah, i saw , the same example i followed, i am using Angular 12 and want to know how can i implement it there. And also the click is triggering when i click on node, instead it has to trigger when user clicks on menu item. |
The
I'm not sure what you mean. Is there an issue in the example, or in your implementation in Angular? |
how can i add new item to the existing items????
|
|
|
I think you have enough pointers (and a fully working example, and there is also API docs) to solve this puzzle. One last hint: the |
I find the same issue and there is no response. |
It looks like the type definitions of the angular library are not on par with the actual functionality. Of course, you can always resort to |
If i try to customize the left node , the existing items like type, append .. are not visible. only the newly added item is visible.
But i want insert and delete as well , how can i achieve that , please help.
And also the click events for each item are geeting called when the user clicks on node, like say i have 3 items and all the 3 gets called on click of node, how can i overcome this.
The text was updated successfully, but these errors were encountered: