I am curious about the same thing, but I suspect that it is not possible.
The approach I can think of is to make the parent of your droppable columns also a Droppable
itself. Then onDragEnd
you could determine where to insert a new column, automatically adding the Draggable
.
While the documentation has a page for Changes while dragging, it includes these rules (and others) that make me think this approach will not work:
- You can only add or remove
Draggables
that are of the same type as the dragging item.
- You cannot add or remove a
<Droppable />
during a drag.
Also note the warning (currently, at the top of the page) that changes while dragging are currently only supported in version 11.x