"ag" stands for AGnostic
This project contains all of the core projects for ag-Grid.
Please refer to each of the respective sub-projects for more information on each:
ag-grid-enterprise: ag-Grid Enterprise Project
ag-grid-angular: ag-Grid Angular Project
ag-grid-react: ag-Grid React Project
ag-grid-vue: ag-Grid Vue Project
ag-grid-aurelia: ag-Grid Aurelia Project
For full working examples (including Polymer and Webcomponents) please refer to www.ag-grid.com
For example projects, please refer to the following repositories:
Please do not use GitHub issues to ask questions. Ask questions on the website forum.
ag-Grid is not looking for contributors. It is not intended to be developed by an online community. However suggestion on change and raising bugs are appreciated.
If you are doing a Pull Request:
- Make your code changes in
src/
files only, don't update dist files - Discard all changes to
dist/
- Create Pull Request
For large changes:
- Make your doc changes in project ag-grid-docs, a feature is not complete unless it's documented!
- Do manual end to end testing off all examples in documentation
PR's on new features are not generally accepted.
PR's on small bug fixes are generally accepted.
If a PR for a large request is submitted, the typical action is the author will take influence from the code to implement the feature, either in ag-grid or ag-grid-enterprise.