breezePagedGrid.widget 0.9.3

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

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

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,371 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

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.