breezePagedGrid.ko
0.9.0
See the version list below for details.
dotnet add package breezePagedGrid.ko --version 0.9.0
NuGet\Install-Package breezePagedGrid.ko -Version 0.9.0
<PackageReference Include="breezePagedGrid.ko" Version="0.9.0" />
paket add breezePagedGrid.ko --version 0.9.0
#r "nuget: breezePagedGrid.ko, 0.9.0"
// Install breezePagedGrid.ko as a Cake Addin #addin nuget:?package=breezePagedGrid.ko&version=0.9.0 // Install breezePagedGrid.ko as a Cake Tool #tool nuget:?package=breezePagedGrid.ko&version=0.9.0
A fairly responsive paged data grid for use with KnockoutJS and Breeze. This package contains the styles and code for the control as well as initial documentation. This package DOES NOT include the Durandal widget. There is a specific package that handles the widget install.
Learn more about Target Frameworks and .NET Standard.
-
- Breeze.WebApi (>= 1.2.7)
- Microsoft.AspNet.Mvc (>= 4.0.20710)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.