Sortable
Sortable copied to clipboard
How to show all the selected items when dragging?
When using MultiDrag plugin for dragging multiple item, by default it “fold” all the selected items into the one selected item that the user is dragging.
How can I allow all selected items appear when dragging? Demo: https://jsbin.com/wopavom/edit?js,output
Hi @ducdongmg I don't think that option is available in this library how ever if you want the dragged item to be visible you can refer below code https://jsbin.com/goxezisahu/edit?html,js,output