Can you please add the other events supported by SortableJs?
I am in particular need of the OnEnd event:

I need to be able to know when the drag/drop finished, so I can inspect my elements (of which there could be 100s) and then update the records in my database for the "Order" column, so I can keep the element in the same order next time I load them.
Can you please add the other events supported by SortableJs?
I am in particular need of the
OnEndevent:I need to be able to know when the drag/drop finished, so I can inspect my elements (of which there could be 100s) and then update the records in my database for the "Order" column, so I can keep the element in the same order next time I load them.