Add connected sortable while sorting
Hello,
I have a page with sortables that are loaded on demand. Here's what I'm trying to do.
Let's say I have Sortable A with Items (A, B, C) and Sortable D with Items (E, F, G). If Sortable A is loaded and set and I start sorting item A and I go over Sortable D header. After a 2 seconds wait Sortable D is loaded and set. I then want the user to be able to put Item A anywhere in Sortable D.
If after initializing the sortable D I do a refresh on the new sortable, I only get one placeholder at the end. If I refresh all sortables that can be connected with, I get all the desired placeholders, but for large pages with many more sortables this takes way too much time. I have cases that take approx. 8 seconds!
Is there another option for this?
Thanks for any help
Christian