jQDataTables.ServerSide.WebApi 1.1.2

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

WebApi component which adds functionality for automatic server side processing for the famous table plugin for jQuery - DataTables. Supports paging, searching, sorting and custom filters (Less Than, Less than or equal, Greater than, Greater than or equal and Equal) and nested objects.

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
1.1.2 1,723 9/14/2018
1.1.1 3,684 1/9/2018
1.1.0 1,051 12/30/2017

- draw parameter fixed on the server side;