Dndkit how to force an item to remain in place in a vertical sortable list? Also open to using other dnd libraries
For example, suppose 5
was frozen
. Then, if 4
was dragged below 6
, the result of before and after would look like this:
Dnd-Kit Sortable Component not draggable
I have a div that renders a list of sortable sections.
dnd-kit, Once dragged items swapping back to original position if overlapped
I am getting this weird glitch, while working with dnd-kit. I have an implementation of dnd-kit to handle drag and drop feature for column list.