Hi,
I am unable to add json data to a context menu dynamically.
Here is my sample code.
webix.ui({
view: “contextmenu”,
id: “dtContextMenu”,
css: “webix-contextmenu”,
//data: jsonData
});
In above snippet I don’t want add “data” property here,which is commented above.
I need to add jsonData to this contextmenu dynamically.
please help me.
Thanks in advance.