Test, Fix and Clean React Examples
This commit is contained in:
17
README.md
17
README.md
@@ -1,29 +1,18 @@
|
|||||||
|
|
||||||
ag-Grid React Example
|
ag-Grid React Example
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Examples of running ag-Grid inside React application.
|
## Examples
|
||||||
|
|
||||||
See [www.ag-grid.com](http://www.ag-grid.com) for an overview and full documentation.
|
|
||||||
|
|
||||||
Frameworks Supported
|
|
||||||
====================
|
|
||||||
Framework specific Getting Started guides:
|
|
||||||
[Angular 1](https://www.ag-grid.com/best-angularjs-data-grid/) | [Angular 2](https://www.ag-grid.com/best-angular-2-data-grid/) | [Aurelia](https://www.ag-grid.com/best-aurelia-data-grid/)
|
|
||||||
[Javascript](https://www.ag-grid.com/best-javascript-data-grid/) | [React](https://www.ag-grid.com/best-react-data-grid/) | [TypeScript](https://www.ag-grid.com/ag-grid-typescript-webpack-2/)
|
|
||||||
[VueJS](https://www.ag-grid.com/best-vuejs-data-grid/) | [Web Components](https://www.ag-grid.com/best-web-component-data-grid/)
|
|
||||||
|
|
||||||
There are two examples:
|
|
||||||
|
|
||||||
1. standard - shows a typical grid demonstrating many ag-Grid features
|
1. standard - shows a typical grid demonstrating many ag-Grid features
|
||||||
|
|
||||||
2. large - shows a very large grid (767 columns and 1,000 rows) using React cell renderers
|
2. large - shows a very large grid (767 columns and 1,000 rows) using React cell renderers
|
||||||
|
|
||||||
|
See [www.ag-grid.com](http://www.ag-grid.com) for full documentation and examples.
|
||||||
|
|
||||||
Building
|
Building
|
||||||
==============
|
==============
|
||||||
|
|
||||||
To build:
|
To build:
|
||||||
- `npm install`
|
- `npm install`
|
||||||
- `npm install webpack -g`
|
|
||||||
- `npm run examples`, `npm run large` or `npm run trader`
|
- `npm run examples`, `npm run large` or `npm run trader`
|
||||||
- navigate to localhost:8080
|
- navigate to localhost:8080
|
||||||
|
|||||||
Reference in New Issue
Block a user