breezePagedGrid.widget 0.9.2

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

// Install breezePagedGrid.widget as a Cake Tool
#tool nuget:?package=breezePagedGrid.widget&version=0.9.2

A fairly responsive paged data grid for use with Durandal and Breeze.  This package contains the Durandal widget as well as initial documentation.

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.9.4 2,368 5/9/2013
0.9.3 1,424 5/7/2013
0.9.2 1,395 5/4/2013
0.9.1 1,326 5/4/2013
0.9.0 1,450 3/29/2013

Refactored the breezePagedGrid viewmodel to allow for easier non-DurandalJS use as well as providing options for those who would like to use an entity service class to manage calls to the BreezeController.  Augmented the constructor to accept a contextUrl (for the Breeze controller being used) and the entitySet, or name of the method on the controller to be called. Also added the SetManager and SetQuery methods, which create new EntityManager or EntityQuery objects, depending on what you need.