DataTablesParser 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DataTablesParser --version 1.0.2
NuGet\Install-Package DataTablesParser -Version 1.0.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="DataTablesParser" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataTablesParser --version 1.0.2
#r "nuget: DataTablesParser, 1.0.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.
// Install DataTablesParser as a Cake Addin
#addin nuget:?package=DataTablesParser&version=1.0.2

// Install DataTablesParser as a Cake Tool
#tool nuget:?package=DataTablesParser&version=1.0.2

A C# Serverside parser for the popuplar jQuery datatables plugin

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.

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
3.0.2 15,076 4/4/2016
3.0.1 1,069 4/4/2016
3.0.0 1,935 9/22/2015
2.0.2 3,870 5/16/2015
2.0.1 1,434 2/14/2015
2.0.0 1,858 11/14/2013
1.0.2 1,365 11/14/2013
1.0.0 2,250 7/4/2013

Fixed sorting and filtering logic, re-factored some of the code and removed some deprecated and unused features. EF version specified.