tree-select icon indicating copy to clipboard operation
tree-select copied to clipboard

Disable node using customized key props in treeDataSimpleMode

Open alextaymx opened this issue 4 years ago • 0 comments

Is there a feature to disable node based on the available property in the node?

desired outcome : treeDataSimpleMode={{ id: "category_id", pId: "parent_category_id", rootPId: 0, keyToDisableNode: true, }}

alextaymx avatar Aug 12 '21 06:08 alextaymx