We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a987c0 commit 0656d62Copy full SHA for 0656d62
README.md
@@ -129,7 +129,7 @@ var sortable = new Sortable(el, {
129
preventOnFilter: true, // Call `event.preventDefault()` when triggered `filter`
130
draggable: ".item", // Specifies which items inside the element should be draggable
131
132
- dataIdAttr: 'data-id',
+ dataIdAttr: 'data-id', // HTML attribute that is used by the `toArray()` method
133
134
ghostClass: "sortable-ghost", // Class name for the drop placeholder
135
chosenClass: "sortable-chosen", // Class name for the chosen item
@@ -549,7 +549,7 @@ Demo: https://jsbin.com/becavoj/edit?js,output
549
---
550
551
552
-### Method
+### Methods
553
554
555
##### option(name:`String`[, value:`*`]):`*`
0 commit comments