If user select more than one item, the last selected item is always jumping on top of the list (of selected items - right list).

How can I change this behavior, so last selected item is always sorted at the end of list ?

Comments

Micha1111 created an issue. See original summary.

sergei_brill’s picture

Status: Active » Closed (works as designed)

Not sure it is possible. By default, the jQuery UI plugin Sortable places new element on top of the list. If you move the element a little above existing ones it will allow to drop the new element between or below existing ones.