|
|
@ -68,7 +68,7 @@ var sortable = new Sortable(el, { |
|
|
|
|
|
|
|
|
|
|
|
forceFallback: false, // ignore the HTML5 DnD behaviour and force the fallback to kick in |
|
|
|
forceFallback: false, // ignore the HTML5 DnD behaviour and force the fallback to kick in |
|
|
|
fallbackClass: "sortable-fallback" // Class name for the cloned DOM Element when using forceFallback |
|
|
|
fallbackClass: "sortable-fallback" // Class name for the cloned DOM Element when using forceFallback |
|
|
|
fallbackOnBody: false // Appends the cloned DOM Element into the Document's Body |
|
|
|
fallbackOnBody: false, // Appends the cloned DOM Element into the Document's Body |
|
|
|
|
|
|
|
|
|
|
|
scroll: true, // or HTMLElement |
|
|
|
scroll: true, // or HTMLElement |
|
|
|
scrollSensitivity: 30, // px, how near the mouse must be to an edge to start scrolling. |
|
|
|
scrollSensitivity: 30, // px, how near the mouse must be to an edge to start scrolling. |
|
|
|