Angular Grid is the first high performance and feature rich data grid for AngularJS.
Light weight, minimal footprint, no external dependencies.
$ bower install ag-grid
$ npm install angular-grid
See the website for overview and documentation.
Releases are located in dist
If you are a very strong developer and wish to contribute, please get in touch.
Before contributing, please review our contribution guidelines here.
To build:
npm install
npm install gulp -g
bower install
gulp
orgulp guild
orgulp watch
Then if contributing:
- Make your changes in
src/
files only! - Provide documentation
- Do manual end to end testing off all examples in documentation
- Discard all changes to
dist/
- Create Pull Request