bootstrap-sortable 2.0.0

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

Adding sorting ability to HTML 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 220,709 2/20/2016
1.11.1 16,933 2/8/2015
1.10.0 1,861 12/2/2014
1.9.0 2,846 5/11/2014
1.8.0 7,582 12/11/2013
1.7.2 1,533 10/17/2013
1.7.1 1,380 10/17/2013
1.7.0 1,405 10/17/2013
1.5.0 1,624 9/19/2013
1.4.0 1,797 6/24/2013
1.3.0 1,511 6/16/2013
1.2.3 1,665 6/9/2013
1.2.2 1,593 5/31/2013
1.2.1 1,641 5/31/2013
1.2.0 1,506 5/31/2013

Added possibility to specify date format in header.
Added possibility to specify regex for retrieving data from cell
Subtables should be sorted independently