release 5.3.2

This commit is contained in:
ceolter
2016-09-02 16:43:20 +01:00
parent 5a8da199c2
commit 68ba430896
18 changed files with 156 additions and 13 deletions

View File

@@ -2,10 +2,13 @@
ag-Grid React Example
==============
Example of running ag-Grid inside React application.
Examples of running ag-Grid inside React application.
See the [www.ag-grid.com](http://www.ag-grid.com).
There are two examples:
standard - shows a typical grid demonstrating many ag-Grid features
large - shows a very large grid (767 columns and 1,000 rows) using React cell renderers
Building
==============
@@ -13,6 +16,5 @@ Building
To build:
- `npm install`
- `npm install webpack -g`
- `npm start`
- `npm run standard` or `npm run large`
- navigate to localhost:8080