Active
Project:
jQuery Interface Sortable
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2007 at 14:34 UTC
Updated:
29 Oct 2007 at 14:34 UTC
Would it be possible to implement a feature where the "drag & drop" options would change trade positions instead of being inserted in between.
Example List
A
B
C
D
E
F
If we would switch B & E, we would currently have the following situation:
A
E
B
C
D
E
F
But in some situation it would be more (gui) efficient to have the following behaviour:
A
E
C
D
B
F