bootstrap-sortable 1.11.1

dotnet add package bootstrap-sortable --version 1.11.1
NuGet\Install-Package bootstrap-sortable -Version 1.11.1
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="bootstrap-sortable" Version="1.11.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bootstrap-sortable --version 1.11.1
#r "nuget: bootstrap-sortable, 1.11.1"
#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 bootstrap-sortable as a Cake Addin
#addin nuget:?package=bootstrap-sortable&version=1.11.1

// Install bootstrap-sortable as a Cake Tool
#tool nuget:?package=bootstrap-sortable&version=1.11.1

Adding sorting ability to bootstrap table.

In fact, it can be used for any tables.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.11.1 1,212 2/8/2015
1.10.0 230 12/2/2014
1.9.0 1,010 5/11/2014
1.8.0 252 12/11/2013
1.7.2 74 10/17/2013
1.7.1 74 10/17/2013
1.7.0 73 10/17/2013
1.5.0 141 9/19/2013
1.4.0 102 6/24/2013
1.3.0 62 6/16/2013
1.2.3 59 6/9/2013
1.2.2 79 5/31/2013
1.2.1 61 5/31/2013
1.2.0 59 5/31/2013

Added before-sort event
Possibility to define custom sorting algorithm
Updated TinySort - solved promblem with solving empty cells
Fixed issue with rowspan in header
Allow sorting using colspan cells