Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 2fedd32

Browse files
committed
Test, Fix and Clean React Examples
1 parent 849472a commit 2fedd32

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
1-
21
ag-Grid React Example
32
==============
43

5-
Examples of running ag-Grid inside React application.
6-
7-
See [www.ag-grid.com](http://www.ag-grid.com) for an overview and full documentation.
8-
9-
Frameworks Supported
10-
====================
11-
Framework specific Getting Started guides:
12-
[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/)
13-
[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/)
14-
[VueJS](https://www.ag-grid.com/best-vuejs-data-grid/) | [Web Components](https://www.ag-grid.com/best-web-component-data-grid/)
15-
16-
There are two examples:
4+
## Examples
175

186
1. standard - shows a typical grid demonstrating many ag-Grid features
197

208
2. large - shows a very large grid (767 columns and 1,000 rows) using React cell renderers
219

10+
See [www.ag-grid.com](http://www.ag-grid.com) for full documentation and examples.
11+
2212
Building
2313
==============
2414

2515
To build:
2616
- `npm install`
27-
- `npm install webpack -g`
2817
- `npm run examples`, `npm run large` or `npm run trader`
2918
- navigate to localhost:8080

0 commit comments

Comments
 (0)