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