phuocng / html-dom

Common tasks of managing HTML DOM with vanilla JavaScript. Give me 1 ⭐if it’s useful.
https://phuoc.ng/collection/html-dom
MIT License
6.52k stars 459 forks source link

Drag and drop elements in n lists #244

Open ChristianCruzArango opened 2 years ago

ChristianCruzArango commented 2 years ago

could you explain how to do it with several lists exchanging items between them

elkarouani commented 1 year ago

In that case, I think of a List that will have a number of sub lists that can exchange items with each other.