Описание тега knockout-sortable
A plugin for Knockout with a custom binding to connect observableArrays with jQuery UI's sortable functionality. It enables a group of DOM elements to be sortable by dragging elements to a new spot within the list, causing the items in the corresponding observableArray to be rearranged.
A plugin for Knockout with a custom binding to leverage jQuery UI's sortable functionalit for observableArray
properties. This allows a user to drag and drop DOM elements causing the items in the corresponding observableArray
to be rearranged.