EmperorBlack

Results 1 issues of EmperorBlack

this.options = { childrenField: 'categoryChildren', allowDrag: (node) => { return ( node.data.parentId )}, allowDrop: true, actionMapping: { mouse: { click: (tree, node, $event) =>{ console.log("calling click"); } } }, };...