SimplePagingGrid 0.5.0
See the version list below for details.
dotnet add package SimplePagingGrid --version 0.5.0
NuGet\Install-Package SimplePagingGrid -Version 0.5.0
<PackageReference Include="SimplePagingGrid" Version="0.5.0" />
paket add SimplePagingGrid --version 0.5.0
#r "nuget: SimplePagingGrid, 0.5.0"
// Install SimplePagingGrid as a Cake Addin #addin nuget:?package=SimplePagingGrid&version=0.5.0 // Install SimplePagingGrid as a Cake Tool #tool nuget:?package=SimplePagingGrid&version=0.5.0
CSS friendly JavaScript grid built as a jQuery plugin and making use of the Handlebars templating library
Learn more about Target Frameworks and .NET Standard.
-
- Handlebars.js (>= 1.0.7)
- jQuery (>= 1.8.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added an empty grid template, fixed a bug where the next and last buttons show when the grid is empty, added clearfix to buttonbar template, moved to a better internal code model, added method support along with refresh data and current page data, support for access to full data model returned from server via relative paths in cell templates. Also included MVC example.