react-component / tree-select

React Tree Select

Home Page:https://tree-select.react-component.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable node using customized key props in treeDataSimpleMode

alextaymx opened this issue · 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,
}}