bootstrap-sortable 1.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package bootstrap-sortable --version 1.10.0
                    
NuGet\Install-Package bootstrap-sortable -Version 1.10.0
                    
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.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="bootstrap-sortable" Version="1.10.0" />
                    
Directory.Packages.props
<PackageReference Include="bootstrap-sortable" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add bootstrap-sortable --version 1.10.0
                    
#r "nuget: bootstrap-sortable, 1.10.0"
                    
#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.
#addin nuget:?package=bootstrap-sortable&version=1.10.0
                    
Install bootstrap-sortable as a Cake Addin
#tool nuget:?package=bootstrap-sortable&version=1.10.0
                    
Install bootstrap-sortable as a Cake Tool

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 221,520 2/20/2016
1.11.1 16,974 2/8/2015
1.10.0 1,878 12/2/2014
1.9.0 2,868 5/11/2014
1.8.0 7,751 12/11/2013
1.7.2 1,551 10/17/2013
1.7.1 1,398 10/17/2013
1.7.0 1,423 10/17/2013
1.5.0 1,642 9/19/2013
1.4.0 1,815 6/24/2013
1.3.0 1,529 6/16/2013
1.2.3 1,683 6/9/2013
1.2.2 1,611 5/31/2013
1.2.1 1,659 5/31/2013
1.2.0 1,524 5/31/2013

Support for easier styling of sorting signs using classes on <th> elements.
Fixes issue with table inside table.
Add class to sorted column cells.
Store separate sort context for each table.