storybook-eol / react-treebeard

React Tree View Component. Data-Driven, Fast, Efficient and Customisable.
http://storybooks.github.io/react-treebeard
MIT License
1.69k stars 294 forks source link

Drag Drop Files between folders #18

Open d3ep4k opened 8 years ago

d3ep4k commented 8 years ago

Hello,

Firstly I would like to congratulate for making such a good treeview. How can we use the drag and drop to move files around.

Thanks, Deepak

alexcurtis commented 8 years ago

@d3ep4k Yes, this would be a pretty cool feature. I'll experiment and add it into the next major release or at the very least into the main demo.

hannupekka commented 8 years ago

Any progress with this? :)

sebastianconcept commented 8 years ago

@alexcurtis I'd choose this component if it would drag & drop. Hands down :)

Unfortunately, not having it is a deal breaker for where I plan to use it.

wangxuepeng commented 7 years ago

waiting for this feature as well.

coolguy001tv commented 7 years ago

waiting +1

radman-rt commented 7 years ago

waiting +1

shindigira commented 6 years ago

@alexcurtis I modified treebeard with drag and drop. Would you like me to do a PR with this? treebeard dnd

MichaelDeBoey commented 6 years ago

@shindigira You can always make a PR, so we can review it and maybe add it afterwards. :-)

asifmom commented 6 years ago

@shindigira any update on the PR?

firetiger77 commented 6 years ago

@shindigira I'm looking into adding DnD capabilities using react-dnd, but if you've already done so, I'd love to leverage what you've got.

codecounselor commented 6 years ago

I'm evaluating tree components to pair up with a react-table. What I need is DnD support within the tree and from the tree to the table.

I really like the design decision of react-table to allow component overrides https://github.com/react-tools/react-table#component-overrides

It looks like this project already does this to some extent. Is there any opposition to expand this to allow the TreeNode, etc. to be overridden in a manner like react-table?

Having DnD built into the tree would certainly be nice as well. But I'm guessing others have the same requirements I'm faced with.

shindigira commented 6 years ago

@asifmom @firetiger77 Apologies for not responding for this many moons ago. Unfortunately, I do not have enough time to work on this at the moment.

mismith commented 5 years ago

Same story: I'm looking to add dnd support, and I can't seem to find any existing plugins or examples of react-treebeard using react-dnd. Does anyone have any links they could share to save me writing it from scratch myself?

maximilianoforlenza commented 5 years ago

Hi! I'm going to start to work this issue.

mismith commented 5 years ago

Any luck @maximilianoforlenza ?

durdevic commented 5 years ago

@maximilianoforlenza These guys made it, maybe you can see how they handle it https://github.com/react-component/tree https://github.com/swiftcarrot/react-ui-tree 👌

kombuchafox commented 4 years ago

I am a developer from samsara.com . We're interested in using this component and want to give back to the community. I can help if you need it @maximilianoforlenza

piotrkochan commented 4 years ago

any progress? :)

kelvinkoko commented 4 years ago

any update about this? i am interested to help if necessary