-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
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
dropEl function for sorting boards #173
Comments
I found this but don't know how to use it: #28 I think it is something with this function but i don`t know how to use it:
If i can have the order of the boards is the most important! Something like we have here for the items:
|
Hi @Brecht272727, Answer: dragendBoard is basically called when you drop/stop dragging a board. Each board gets an updated data-order attribute. You can interrogate the boards in the DOM for their data-order. You have to take into consideration Boards can be dragged. And automatic reordering would break any user customization. |
That's I always send my fiddle to people here. |
My code how i solved this. With the ajax i saved the boards order in database:
|
Hi, is it possible to have a callback when we sort the boards. The same functionality we have in dropEl function for sorting the items. See below for the code i am using now for sorting the items.
The text was updated successfully, but these errors were encountered: