Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 793 Bytes

File metadata and controls

25 lines (15 loc) · 793 Bytes

Doby Grid Stories in Ready Build Status

Doby Grid is stand-alone module (part of the Doby JS framework) for rendering a dynamic, data-driven grid. It's basically a <table> element on steroids.


For more information and complete documentation visit: http://www.dobyjs.com/#grid


Doby Grid is also available via Bower:

bower install doby-grid


To build the project from the source code (and to look at the packaged examples) you'll need to clone the repo and then run these commands:

npm install
bower install
grunt build