diff --git a/README.md b/README.md index f7c9932..4e00c5f 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,18 @@ Supports: Currently tested with Entity Framework versions 6.0.0 and 6.2.0 and Datatables version 1.10.16. ## Install + #### MVC 5 [Install nuget package](https://www.nuget.org/packages/jQDataTables.ServerSide.MVC5/) `Install-Package jQDataTables.ServerSide.MVC5` +#### WebApi 2 +[Install nuget package](https://www.nuget.org/packages/jQDataTables.ServerSide.WebApi/) + +`Install-Package jQDataTables.ServerSide.WebApi` + + ## How to use on the server side [How to use with MVC 5](/resources/documentation/README.Mvc.md) diff --git a/nuget/Package.WebApi.1.1.0.nuspec b/nuget/Package.WebApi.1.1.0.nuspec new file mode 100644 index 0000000..bee6898 --- /dev/null +++ b/nuget/Package.WebApi.1.1.0.nuspec @@ -0,0 +1,28 @@ + + + + jQDataTables.ServerSide.WebApi + jQDataTables.ServerSide.WebApi + 1.1.0 + Vladimir Dimov + Vladimir Dimov + https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing/blob/master/License.md + https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing + false + 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. + + - Added extensibility points; + - No need to explicitly disable searching for non string properties; + + 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. + Copyright 2017 + data table datatable serverside jquery datatables data-tables WebApi asp WebAPI api API server side server-side + + + + + + + + + \ No newline at end of file