Git Product home page Git Product logo

kogrid's Introduction

#KoGrid : A Knockout DataGrid#

Contributors:

KoGrid Team:

Special Thanks:

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 in 1.1 release currently. We are going to be adding more features here in the very near future...


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

also check out the new Custom Cell Template Library ##Change Log##

  • 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

kogrid's People

Contributors

ericmbarnard avatar orneryd avatar scommisso avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.