OrgChart
OrgChart copied to clipboard
After init() event call, my on('nodedrop.orgchart) function is not working
Hello,
Great effort cheers,
I was just refreshing my datasource using init() event but after calling init() my on('nodedrop.orgchart') is not working.
Kindly provide any solution for this issue.
Hello @Khan291 It's too long to answer, but recently I hadfaced the same issue and found one solution. The solution is to write the 'nodedrop.orgchart' event after using the init(). I think it is because nodes are changed after reloading the chart.