bootstrap-sortable 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package bootstrap-sortable --version 1.5.0
                    
NuGet\Install-Package bootstrap-sortable -Version 1.5.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.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="bootstrap-sortable" Version="1.5.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.5.0
                    
#r "nuget: bootstrap-sortable, 1.5.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.5.0
                    
Install bootstrap-sortable as a Cake Addin
#tool nuget:?package=bootstrap-sortable&version=1.5.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,044 2/20/2016
1.11.1 16,946 2/8/2015
1.10.0 1,867 12/2/2014
1.9.0 2,857 5/11/2014
1.8.0 7,633 12/11/2013
1.7.2 1,540 10/17/2013
1.7.1 1,387 10/17/2013
1.7.0 1,412 10/17/2013
1.5.0 1,631 9/19/2013
1.4.0 1,804 6/24/2013
1.3.0 1,518 6/16/2013
1.2.3 1,672 6/9/2013
1.2.2 1,600 5/31/2013
1.2.1 1,648 5/31/2013
1.2.0 1,513 5/31/2013

You can disable sorting for a column by using data-defaultsort='disabled' attribute in the <th> element.

After sorting a column, the table triggers an event 'sorted'.