ajax-data-table 1.0.7.1

dotnet add package ajax-data-table --version 1.0.7.1
                    
NuGet\Install-Package ajax-data-table -Version 1.0.7.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="ajax-data-table" Version="1.0.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ajax-data-table" Version="1.0.7.1" />
                    
Directory.Packages.props
<PackageReference Include="ajax-data-table" />
                    
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 ajax-data-table --version 1.0.7.1
                    
#r "nuget: ajax-data-table, 1.0.7.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.
#addin nuget:?package=ajax-data-table&version=1.0.7.1
                    
Install ajax-data-table as a Cake Addin
#tool nuget:?package=ajax-data-table&version=1.0.7.1
                    
Install ajax-data-table as a Cake Tool

ajax-data-table is a Javascript library for creating html table from JSON data

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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.0.7.1 387 3/5/2015
1.0.7 689 6/18/2014
1.0.6.3 164 5/7/2014
1.0.6.2 74 5/7/2014
1.0.6.1 84 1/15/2014
1.0.6 73 12/13/2013
1.0.5 75 10/21/2013
1.0.4.2 74 10/11/2013
1.0.4.1 75 10/10/2013
1.0.4 74 10/9/2013
1.0.3 74 8/12/2013
1.0.2 76 8/12/2013
1.0.1 73 8/10/2013
1.0.0 72 8/9/2013

'Check all' check box is now displayed on summary row if returned summary object is not null (can be empty) and there is no summary value for that column.