We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node.droppable Is it possible to determine whether a parent has children or not?
I want to remove the arrow if there are no children. And is it possible to set a maximum depth? 🥺🥺
The text was updated successfully, but these errors were encountered:
@gunheesssss
See hasChild to see if a node has children.
https://github.com/minop1205/react-dnd-treeview#render-prop
For the maximum depth, please refer to a similar Issue in the past.
#127
Sorry, something went wrong.
@minop1205 Wow thank you for the really quick reply 🙏🙇🏻♂️ I should have looked better, I'm really sorry. 😭
Lastly, is there a search function?
Search API has been raised as another issue, but not yet addressed. #198
minop1205
No branches or pull requests
node.droppable Is it possible to determine whether a parent has children or not?
2023-10-12.10.15.35.mov
I want to remove the arrow if there are no children.
And is it possible to set a maximum depth? 🥺🥺
The text was updated successfully, but these errors were encountered: