React + js drag & drop (without libraries) – sorting data from columns and row
I created a kanban board with Vite + React and i was trying to implement a simply drag&drop to move a task card from a column to another (and that’s the easies point). I stucked in a sub-level ordering, trying to add also “row sorting” after put a task from a column to another.