Hello all,
I was trying to add a context menu using a menu inline dialog popup feature in oracle apex 20.2.
When I run the context menu setting using selector at page initiation. the labels of the tree are getting disturbed
I am executing
$( ".a-TreeView-node" ).treeView( {
contextMenuId: "openmenupop_menu"
} );
after running this on my page I Observe that on right-click my context menu is opening but all my tree-labels were showing as undefined.
