-
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
Dragging Items Between Nested Lists #134
Comments
I just found in the README.md that the library does not support this (see below). Thus answering my own question.
So let me change my question: Is there are plans for this type of feature in the future? |
hey @kgorgi, this is definitely something which we'd be open to adding in the future, but it's not on our immediate roadmap. right now we're focused on nailing the experience for sorting flat lists :) |
we have a huge need for this, any pointers on direction / would you accept a PR for this? |
@jaredcrowe wanted to bump my ^question |
Hey @williaster this isn't on our roadmap right now, and at this stage I'd say we'd consider it out of scope for this library. |
@williaster You might be able to use the technique mentioned in #212 |
is it supported to drag items between two sibling lists? eg drag item between two second level containers? |
Bug or feature request?
Question/Feature Request
In one of your provided examples, nested vertical list, a user can drag within a nested list but not drag between nested lists (dragging an item from second level to the top level or vice versa in the linked example above). Is this use-case currently possible with react-beautiful-dnd, dragging items between nested lists?
The text was updated successfully, but these errors were encountered: