We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
I use connected list. I use two times nestedSortable :
What I want is to drag item from a category/subcategory to another without be able to drop it in the root of the categories.
Dropping item in another category/subcategory is working but I can't prevent dropping in root of the categories.
Do you know how to do that ?
For you interest, take a look at this fork (in development) : https://github.com/CanopyApps/nestedSortable/tree/develop
It has "maintainNestingLevel" option when set to true does what I need. I do not know how to apply that in this plugin.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
I use connected list.
I use two times nestedSortable :
What I want is to drag item from a category/subcategory to another without be able to drop it in the root of the categories.
Dropping item in another category/subcategory is working but I can't prevent dropping in root of the categories.
Do you know how to do that ?
For you interest, take a look at this fork (in development) : https://github.com/CanopyApps/nestedSortable/tree/develop
It has "maintainNestingLevel" option when set to true does what I need.
I do not know how to apply that in this plugin.
The text was updated successfully, but these errors were encountered: