We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c68bad7 + 0764472 commit c155b4bCopy full SHA for c155b4b
1 file changed
README.md
@@ -22,6 +22,7 @@ Also:
22
- All jQuery Sortable options, events and methods are available
23
- It is possible to define elements that will not accept a new nested item/list and a maximum depth for nested items
24
- The root level can be protected
25
+- The parentship of items can be locked, just as if it was a family tree.
26
27
## Usage
28
@@ -60,6 +61,8 @@ Also, the default list type is `<ol>`.
60
61
## Custom Options
62
63
<dl>
64
+ <dt>disableParentChange (2.0)</dt>
65
+ <dd>Set this to true to lock the parentship of items. They can only be re-ordered within theire current parent container.</dd>
66
<dt>doNotClear (2.0)</dt>
67
<dd>Set this to true if you don't want empty lists to be removed. Default: <b>false</b></dd>
68
<dt>expandOnHover (2.0)</dt>
0 commit comments