Knockout-Sortable 0.8.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Knockout-Sortable --version 0.8.6
NuGet\Install-Package Knockout-Sortable -Version 0.8.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Knockout-Sortable" Version="0.8.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Knockout-Sortable --version 0.8.6
#r "nuget: Knockout-Sortable, 0.8.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Knockout-Sortable as a Cake Addin
#addin nuget:?package=Knockout-Sortable&version=0.8.6

// Install Knockout-Sortable as a Cake Tool
#tool nuget:?package=Knockout-Sortable&version=0.8.6

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Knockout-Sortable:

Package Downloads
dotNetReport.aspx

Ad Hoc Report Builder and Embedded Analytics that allows programmers to easily add Report building functionality to their ASP .NET Web Application

dotNetReport.mvc

.Net Ad Hoc Report Builder and Embedded Analytics for MVC that allows programmers to easily add Report building functionality to their ASP .NET Web Application

dotNetReport.mvc.npgsql

.Net Ad Hoc Report Builder and Embedded Analytics for MVC that allows programmers to easily add Report building functionality to their ASP .NET Web Application

dotNetReport.mvc.mysql

.Net Ad Hoc Report Builder and Embedded Analytics for MVC that allows programmers to easily add Report building functionality to their ASP .NET Web Application

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 273,655 11/7/2019
1.1.0 146,515 2/20/2017
0.13.1 45,409 5/9/2016
0.13.0 1,043 5/9/2016
0.11.0 68,136 8/24/2015
0.10.0 45,441 3/8/2015
0.9.3 7,938 2/5/2015
0.9.2 3,458 11/26/2014
0.9.0 2,514 9/19/2014
0.8.8 2,543 7/7/2014
0.8.6 23,727 2/14/2014
0.8.3 25,635 10/1/2013
0.8.2 3,467 8/22/2013
0.7.3.1 2,627 4/11/2013
0.7.3 1,922 4/11/2013

0.8.6 - handle binding against null. ensure that disposal works properly for newer and older jQuery UI due to change in data key
0.8.5 - strip comments/text nodes properly from anonymous templates
0.8.4- just update for bower and remove dependencies from bower
0.8.3 - fix issue with undefined being overwritten in AMD when jquery-ui-sortable module returns a value
0.8.2 - strip top-level comments/text nodes fro m anonymous templates
0.8.1 - ignore source in destroyed check for draggables
0.8.0 - allow sorting of primitives