WebAPIDataGrid 1.3.5

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

// Install WebAPIDataGrid as a Cake Tool
#tool nuget:?package=WebAPIDataGrid&version=1.3.5

A data grid to display the data retrieved from webapi or a rest service.
The grid will display data for any entity.You just need to call the GetValues method on html table as:
$("tblEmployees").GetValues(({ URL: "/api/values1/",IdColumn: "RollNo"}); .URL is the URL of the REST service.IdColumn is the column that unquely identifies an entity
   To create a data grid include the script and css in your page as:
   script src="../WebGrid.js" type="text/javascript"
   link href="../WebGrid.css" rel="stylesheet"

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
1.4.3 1,236 4/28/2017
1.4.2 1,018 10/5/2016
1.4.1 1,162 9/21/2016
1.4.0 926 9/11/2016
1.3.9 928 9/11/2016
1.3.8 926 9/11/2016
1.3.7 1,488 9/11/2016
1.3.6 1,202 9/9/2016
1.3.5 946 9/9/2016
1.3.4 972 9/9/2016
1.3.3 1,200 9/9/2016
1.3.2 969 9/5/2016
1.3.0 964 9/5/2016
1.2.0 1,174 9/4/2016
1.1.0 1,100 9/4/2016
1.0.0 1,201 9/4/2016