minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Drag and drop as optional?

jeevasusej opened this issue · comments

Can we make drag and drop as optional?

@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