knockout-grid

WebJar for knockout-grid

License

License

ISC
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

knockout-grid
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

knockout-grid
WebJar for knockout-grid
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Hesquibet/KoGrid

Download knockout-grid

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/knockout-grid/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>knockout-grid</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/knockout-grid/
implementation 'org.webjars.npm:knockout-grid:2.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/knockout-grid/
implementation ("org.webjars.npm:knockout-grid:2.1.1")
'org.webjars.npm:knockout-grid:jar:2.1.1'
<dependency org="org.webjars.npm" name="knockout-grid" rev="2.1.1">
  <artifact name="knockout-grid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='knockout-grid', version='2.1.1')
)
libraryDependencies += "org.webjars.npm" % "knockout-grid" % "2.1.1"
[org.webjars.npm/knockout-grid "2.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

#koGrid : A Knockout DataGrid#

Contributors:

KoGrid Team:

License: MIT

Dependencies: jQuery & Knockout


##About## koGrid is a direct knockout port of ng-grid which was originally inspired by koGrid, which was inspired by SlickGrid. I know, right?

koGrid is in 2.1.1 release currently.

Questions, Comments, Complaints? feel free to email us at [email protected]


The sizzle:

<div data-bind="koGrid: { data: myObservableArray }"></div>
var vm = {
  myObservableArray: ko.observableArray(/* array of any complex obects */)
};

ko.applyBindings(vm);

##Want More?## Check out the Getting Started and other Docs

##Examples## http://knockout-contrib.github.io/KoGrid/#/examples also check out the new Custom Cell Template Library ##Change Log##

  • 2012-12-18 - Adding columnsChanged callback (#171) and added fixes for issues #170, #167, #164, and #134.
  • 2012-12-12 - Merge ineedFat's awesome serach improvements. Removing gridservice and improving performance with templates. other bugfixes.
  • 2012-12-03 - various improvements and fixes to searching, bindings, resizing, and reordering. Ability to specify partial html file urls for templates.
  • 2012-12-03 - Version 2.0 BREAKING CHANGES. numerous enhancements, bugfixes and architectural changes. reduced code footprint by ~40%.
  • 2012-08-30 - Version 1.2 merging changes from skoGrid branch
  • 2012-08-18 - Adding new features, up/down arrows now control the selected item when multiselect is disabled. columnDefs are now observable so you can change the columns on the fly.
  • 2012-08-16 - Styles moved into CSS, minor bug fix for Row templates where cells wouldn't take null values (for instance, when you want to display an image instead of the value)
  • 2012-03-07 - Huge Row Rendering Perf improvements, Easier syntax for custom cell templates, Allow Custom CSS Classes on Header and Data Cells, Allow toggling of Footer Visibility, Much better button iconography, enhanced default CSS styles, various other bug fixes
  • 2012-04-10 - Wildcard Filtering, better grid resizing during window resize events, better sorting, numerous bug-fixes

Versions

Version
2.1.1