Info
| Version: | 1.0.0 |
| Author(s): | Mark Gunlogson |
| Last Update: | Thursday, September 8, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/MGunlogson/DataTables-NetSS |
| NuGet Url: | https://www.nuget.org/packages/DataTablesNetSS |
Install
Install-Package DataTablesNetSS
dotnet add package DataTablesNetSS
paket add DataTablesNetSS
DataTablesNetSS Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 9.0.1)
Tags
This library provides basic wrappers to the object DataTables passes to the server, and a custom ActionResult type to return a properly formatted response to DataTables.
See library usage and example code at the GitHub project page.