You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
I'm curious as to your perspective regarding dragging whole rows out of and into the tree list would be an incredibly difficult thing to do?
I'm thinking that the <Row/> component could be wrapped with a react-dnd DragSource that could have the respective arguments exposed as props, but bringing something in and having it properly nest might prove to be more difficult. I'm unsure if the <Body/> would be the DropTarget for this?
Thoughts?
The text was updated successfully, but these errors were encountered:
That is an interesting idea. You are right - <Row/> could be a drag source and <Body/> could be a target. Nesting can use something like this. I don't think I will be able to work on this any time soon, but feel free to have a go at it.
I'm curious as to your perspective regarding dragging whole rows out of and into the tree list would be an incredibly difficult thing to do?
I'm thinking that the
<Row/>
component could be wrapped with a react-dndDragSource
that could have the respective arguments exposed as props, but bringing something in and having it properly nest might prove to be more difficult. I'm unsure if the<Body/>
would be theDropTarget
for this?Thoughts?
The text was updated successfully, but these errors were encountered: