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
@mattevans-dev Multiple item dragging is discussed in the following Issue, but since react-dnd, the dependent library for this package, does not support multiple item dragging, it would be difficult to provide it as a feature of this library.
However, as mentioned in the following comment, I think it is possible to achieve this functionality in a pseudo way by remembering the selection state in the application code on the side of the user of the package.
We believe that using this method we can achieve multiple item drag and drop in the current version of react-dnd-treeview.
We will add a sample for this soon, but it will be at a later time.
Demos and sample code of multiple drags are available here.
As noted in the demo screen, this package itself does not have multiple drag functionality, so the logic for the operation must be written on the main application side.
In this case, it is convenient to have drag start and end events, so we have added the onDragStart and onDragEnd APIs in v3.1.
The Multiple selections(checkbox) example does allow multiple select but does not allow multiple drag.
The text was updated successfully, but these errors were encountered: