Doby Grid is a Javascript module for rendering a dynamic, data-driven grid. It's basically a <table>
element on steroids.
This project is no longer being supported or maintained. Documentation can we found inside https://github.com/EvNaverniouk/doby-website
If you want to take over ownership of the project, don't hesitate to contact me. Otherwise, fork away!
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:
npm install
grunt build