Hi there!
I’ll start by saying that this is NOT a question about the drag and drop functionality itself. What I am trying to do is allow a repeating group to display while drag and drop can reassign “spots” on a list.
The app I am building has different “projects” that move through a queue, but each is assigned its own “build spot.”
When I drag and drop the list, I want to keep the same sort order (the build spot), but then “bump” and push the list down or up to accommodate the new item that has been dropped at that position in the build spot list.
**How can I enable the drag and drop functionality while keeping one element of the table constant? **