Hi All,
Struggling a bit with JQuery sortable multisortable.
Been using sortable with single items dragging and dropping and quite happy that has been working great.
Now I have a new requirement to allow multi drag and drop.
I have this working but I have the following issues:
a) Unless I make a separate event after all dragging and dropping is done the items remain selected as in the class remains the same. If I try to change this as part of the drag and drop it breaks and the additional divs just float with a style and did NOT attach to the new Div.
b) If I try to use a receive: event the same thing happens again.
What suggestions do people have in a PHP/MySQL/JavaScript requirement to accommodate the multiple div drag and drop with database update events?
Currently single has been working great with Ajax updates in another project.
Scenario is a similar to a booking system.
People requirement appointments at a doctors practice . so now I have 100-200 people that need appointments scheduling. I need to drag and drop them onto the correct Room and reorder them as single or multiple to ensure I can get people seen by the Doctor.
I need to drag and drop multiple. I need to move between rooms multiple. I need to reorder as multiple at times as well.
And of course need to update the database.
So..... happy to continue with JQuery multisortable but need to work out if these disjointed floating divs with styles suddenly or the norm or I can resolve.
Or please specify tried and tested solutions that people are using for this around the world.
Many thanks in advance
R
ASKER
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY
Can you create an example page on your dev server with fake data that you can share or recreate a test case on https://codepen.io or other playground. This should show what you have so far and the issue you have.