-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
How to make a parent dragable with @atlaskit/tree #1136
Comments
Not sure if it's actually current, but the docs here say:
|
@balnagy ^ |
I still can't make the demo_pure_tree work like in this demo Which the parent changes to collapsed when I want to drag it How can I make the function Can you please help me with some working code 👀? |
Hi @eddyhdzg, As @markdon pointed out in the documentation, this was a limitation earlier, but the docs needs to be updated as this feature already implemented. To make pure list work, you need to create a scrollable container. Here is one working example: https://codesandbox.io/s/v6m657wk70?fontsize=14 |
I'm trying to replicate the functionality of dragging a PARENT LIST from this demo demo_with_nesting
In the pure tree demo without all the CSS from
demo_pure_tree
Any Ideas?
The text was updated successfully, but these errors were encountered: