jquery-sortablejs
jquery-sortablejs copied to clipboard
A jQuery binding for SortableJS
i tried so many times but i am not able to find any solution for the placeholder
I keep getting `Sortable is not a constructor` when using it with Webpack in Laravel. ```js import Sortable from 'sortablejs'; import 'jquery-sortablejs'; window.Sortable = Sortable; window.$ = window.jQuery = require('jquery');...
I want to be able to sort table headers on a table. When the table requires vertical scroll the headers are no longer sortable horizontally. I am not sure if...
When using this call: ``` $(listId).sortable({ handle : '.sortablehandle', onChange: function() { //... } }); ``` I am getting the following error in jquery-sortable.js:68: `Uncaught TypeError: Cannot use 'in' operator...
I want to use clone option for a container but disable it for another container. How can I achieve this?
Below is [https://jsfiddle.net/riyamitra/4oatsyde/] (js fiddle for the scenario) I need to prevent vertically scrolling as my list horizontally scrolling. I want the dragging element to be only in horizontal direction.
Updated to be compatible with sortablejs > 1.10