30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
|
|
ag-Grid React Example
|
|
==============
|
|
|
|
Examples of running ag-Grid inside React application.
|
|
|
|
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
|
|
|
|
2. large - shows a very large grid (767 columns and 1,000 rows) using React cell renderers
|
|
|
|
Building
|
|
==============
|
|
|
|
To build:
|
|
- `npm install`
|
|
- `npm install webpack -g`
|
|
- `npm run examples`, `npm run large` or `npm run trader`
|
|
- navigate to localhost:8080
|