Skip to content

brandonwittwer/KoGrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#KoGrid : A Knockout DataGrid#

By: Eric M. Barnard

License: MIT

Dependencies: jQuery & Knockout


##About## KoGrid came out of our need for a decent datagrid that was built for MVVM/Knockout-style development. It draws considerable inspiration and architecture from SlickGrid, but is still KO throughout.

##Disclaimer## KoGrid is ALPHA currently... BUT I might know a few organizations going live in production here soon...


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##

About

A Knockout DataGrid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published