SimplePagingGrid 0.5.0.1

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

// Install SimplePagingGrid as a Cake Tool
#tool nuget:?package=SimplePagingGrid&version=0.5.0.1

CSS friendly JavaScript grid built as a jQuery plugin and making use of the Handlebars templating library

There are no supported framework assets in this 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
0.6.0 9,098 10/27/2013
0.5.0.2 1,269 5/12/2013
0.5.0.1 1,339 3/29/2013
0.5.0 1,220 3/28/2013
0.4.0 1,657 12/30/2012
0.3.0 3,123 9/8/2012

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. 0.5.0.1 fixes a bug with the empty template and url binding.