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
i have a tree structure with 8 root element, they al have children en so on.
ui works fine!
But when i drag and drop if get an array of 2000 root element, some have "items" . Shouln't it be the same 8 root elements?
The text was updated successfully, but these errors were encountered:
is dont understand why you want the array as a result. I now use this as a response
` onSort: (e) => {
var itemId = e.item.id; var fromParentId = e.from.id; var toParentId = e.to.id; var oldIndex = e.oldIndex; var newIndex = e.newIndex; component.call(masterEl.getAttribute('wire:sortable-group'),itemId, oldIndex, newIndex, fromParentId, toParentId); },`
Sorry, something went wrong.
Do you mean you have more than 2 levels deep of sortable lists? Because that is indeed not supported at the moment.
No branches or pull requests
i have a tree structure with 8 root element, they al have children en so on.
ui works fine!
But when i drag and drop if get an array of 2000 root element, some have "items" . Shouln't it be the same 8 root elements?
The text was updated successfully, but these errors were encountered: