Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 800 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 800 Bytes

Doby Grid

Build Status Maintenance

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!


Installation

bower install doby-grid

Development

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