Sortable
Sortable copied to clipboard
New items not sorted append to top or bottom of list?
If the list is set to Sort=true, and storage is turned on. If an item is added into the list html that was not previously included it will be appended to the top of the sorted list. Can this functionality be changed so new items appear at the bottom.
Example:
Say i have 4 items and they are sorted and sorted [4,3,2,1]
If a new item is added to the list it is added to the top [5,4,3,2,1]
Is there a way to make it do this [4,3,2,1,5]
Thank you