ilikenwf/nestedSortable

Disable folder in folder

erikandershed opened this issue · 1 comments

I like to disable folder in folder and have this code:

handle: '.drag', items: 'li', maxLevels: 2, isTree: true, placeholder: "highlight", revert: 200, toleranceElement: '> *', disableNestingClass: "no-nesting", forcePlaceholderSize: true, tabSize: 10, doNotClear: true, axis: "y", opacity: 0.5,

If the folder has no child in it, I can move this folder inside to an other folder when if I have maxLevels set to 2.

please help

I assume you have a "Folder > Items" - Layout. In this case your "Folder" would be a root element, which can be prevented to be nested inside another "Folder" via protectRoot: true inside your options. I might be wrong, but it's worth a try. Maybe adding your generated HTML-code will help.