knockout-sortablejs icon indicating copy to clipboard operation
knockout-sortablejs copied to clipboard

A Knockout.js binding to SortableJS.

Results 11 knockout-sortablejs issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I have an array of items that I populate dynamically `this.imgs = ko.observableArray([]);` or manually by the user. Each element have an ability to be deleted/removed from list, simple...