I am trying to create a layered list that can be sorted by drag and drop. The user can grab an element and move it up and down the tree or move it to other elements and become a child.
Are there any JS solutions on the shelf? JQuery sortable / draggable works fine for one level, but less for nested solutions.
Brenn source
share