Has anyone had experience using the jQuery UI Sortable widget on a Bootstrap 5 responsive page?
My page consists of
<div class="col-lg-6">
elements, displaying two per row.
Although the sorting functionality works, I've encountered the following issues:
- When dragging an item from the left to the right, it only swaps positions when also dragging it downward.
- In a mobile layout with one item per row, dragging and sorting does not work at all.
I attempted to create a CodePen demonstration, but faced difficulties finding a CDN with the necessary jQuery UI components. If anyone has information on where to find them, please let me know. The CodePen link is available at https://codepen.io/softcircuits/pen/QWBWwwJ.