breezePagedGrid.ko
0.9.3
See the version list below for details.
dotnet add package breezePagedGrid.ko --version 0.9.3
NuGet\Install-Package breezePagedGrid.ko -Version 0.9.3
<PackageReference Include="breezePagedGrid.ko" Version="0.9.3" />
paket add breezePagedGrid.ko --version 0.9.3
#r "nuget: breezePagedGrid.ko, 0.9.3"
// Install breezePagedGrid.ko as a Cake Addin #addin nuget:?package=breezePagedGrid.ko&version=0.9.3 // Install breezePagedGrid.ko as a Cake Tool #tool nuget:?package=breezePagedGrid.ko&version=0.9.3
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)
GitHub repositories
This package is not used by any popular GitHub repositories.
Added initialization options and moved the DataPromise code from the Durandal widget's controller to the actual object. That was lame. You can now pass in the context's URL, the actual Breeze entity manager, the name of the entity set to query or the query itself. Also added global search functionality (can turn on/off) along with the option to set up specific columns for querying. If you don't set up at least one, it won't filter the results for you.