Anchored Sortable Position?
Hi,
I was wondering if it was possible to anchor a position when using
Sortable UI. For example, I don't want the third item in a sortable
list to ever be moved - it should always stay in the third position.
So, the sortable list should function such that there can only be two
items above the third item, and if an item is moved above the third
item, the second item must be sorted/moved to the fourth position
(after the third element). Is this possible?
Thanks!