Holiday Notice: Support will be provided on a limited scale from December 24th, 2024, to January 2nd, 2025. Happy holidays and a wonderful New Year!


Topic: Sortable plugin - connected to more than one list

Ehret priority asked 10 months ago


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 staff answered 10 months ago


Unfortunately, at the moment you can only use two connected lists



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • 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