Has anyone used the jQuery UI Sortable widget on a Bootstrap 5 responsive page?
My page has a series of <div class="col-lg-6"> elements, so it shows two per row.
The sorting works. But I have the following issues:
- If I drag an item on the left over to the item on the right, nothing happens. It only swaps the two items if I also drag it down.
- If I use a mobile device layout (1 item per row), nothing drags or sorts at all.
I created a CodePen for this but I was unable to find a CDN with the appropriate jQuery UI components. If anyone knows where those are, I can add them. My CodePen is at https://codepen.io/softcircuits/pen/QWBWwwJ.