minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.
MIT License
519 stars 69 forks source link

Make Drag and drop as optional? #143

Closed jeevasusej closed 1 year ago

jeevasusej commented 1 year ago

Can we make drag and drop as optional?

minop1205 commented 1 year ago

@jeevasusej Although there is no dedicated API, similar functionality can be achieved using the canDrag and canDrop APIs.

Please refer to the following sample. https://codesandbox.io/s/drag-and-drop-as-optional-ts-sqzo11?file=/src/App.tsx