Topic: Sortable plugin - connected to more than one list
Hello!
Is there still no solution for MDB5 Standard (Plain JS) to connect more than one list? (I found this thread: https://mdbootstrap.com/support/standard/sortable-plugin-more-than-two-connected-lists/)
I migrate an MDB4 project to MDB5 and In MDB4 this was possible:
           $("#sortable2").sortable({
            connectWith: "#sortable1,  #sortable3",
            update: function(event, ui) {
            ....
I build a snippet to show what I tried with MDB5: https://mdbootstrap.com/snippets/standard/ehret/5982426
It should be possible to move items between "To do" and "Ready to go" (both directions) and between "Ready to go" and "Done" (also both directions)
I also tried to use data-mdb-connected-lists (with 's') as proposed by mikejela in the linked discussion but this is not working for me neither.
Do you have any idea how to fix this? In fact I have multiple "Done" Lists :-O But I guess if you can connect two lists you can connect 10, too ;-)
Thank you
Christian
                                                    
                                                    Grzegorz Bujański
                                                                                        answered 2 years ago                                        
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
 - Premium support: Yes
 - Technology: MDB Standard
 - MDB Version: MDB5 7.1.0
 - Device: all
 - Browser: all
 - OS: all
 - Provided sample code: No
 - Provided link: Yes