tree
tree copied to clipboard
React Tree
You can reproduce the issue with the below example code. [https://github.com/react-component/tree/blob/master/examples/dynamic.jsx ](url)
In the demos, if you drag all the nodes out of a folder, you cannot drag anything back into the folder anymore (since the folder turns to a leaf node)....
add hidden propery for treenode. When the node is hidden, the judgement of connecting line will exclude it. This propery can be useful when a searchable tree need ( showline...
How to write custom components for nodes?
While navigating using the Down/Up arrow key in the tree items NVDA announces the word "blank" on every item. and on the first item, NVDA is not announcing the element...
Fix for expanding using key navigation if there is data to load.
ref https://github.com/ant-design/ant-design/issues/27364
Fixes errors using Yarn 2 (berry). See https://github.com/ant-design/ant-design/issues/27339 for details.
in two rc-tree dnd not supported or i cant do that . when i drag from tree one to self every thing is ok but in drop to table 2...
Added stories describing checkbox behavior