-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
Description
I don't understand your doc, this is what I had to do to get the "arrow" pointing in the right direction:
$(function () {
$.bootstrapSortable({ sign: "arrow reversed" });
});The reason people find this confusing is obviously because every other system out there uses the opposite direction than the default you put. The reason every other system out there uses the opposite direction is because what is considered to be shown isn't an arrow, it's a logo whose larger end corresponds to the largest value, analog to a less-than/greater-than mathematical symbol.
richardbrockie and cmfcmfcmfcmf