Hello,
I am trying to create a nested context menu using a custom context menu documentation as provided on the below link:
https://handsontable.com/docs/8.1.0/demo-context-menu.html
I am using version 5.0.0
My requirement is on the right-click context menu open and shows the below options:
Number Formats -> US Formats -> Two Decimals, Four Decimals
The issue is I can get click event up to US formats but I am not getting click event for Two decimals. so how can I get the click event of third level context menu?
Also If I click on a third level item then it closes only up to the second level but the main context menu is not close automatically.
(i.e: in my case, it close up to US Formats but Number Formats still remains open)
Thanks & Regards
Vishal