You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long time admirer of this amazing jQuery work of art. It's just amazing! Genius really.
Quick question for anyone: See below? The top item 0 is the root node. The rest are all parent items.
I'd like to allow child items to move freely between parent items, but not let parent items with depth of 1 be moved into another parent.
disableParentChange: true disables parents moving under another parent, yes. But, it doesn't allow for children to move from one parent to another.
Long time admirer of this amazing jQuery work of art. It's just amazing! Genius really.
Quick question for anyone: See below? The top item 0 is the root node. The rest are all parent items.
I'd like to allow child items to move freely between parent items, but not let parent items with depth of 1 be moved into another parent.
disableParentChange: true
disables parents moving under another parent, yes. But, it doesn't allow for children to move from one parent to another.How would I use the
isAllowed
function to say "If item has depth equal to 1, don't allow the move/drop.?The text was updated successfully, but these errors were encountered: