Alberto 3b5eaac21a Merge branch 'latest' into 13.1.0
# Conflicts:
#	aot/dist/agGridColumn.ngfactory.ts
#	aot/dist/agGridColumn.ngsummary.json
#	aot/dist/agGridNg2.ngfactory.ts
#	aot/dist/agGridNg2.ngsummary.json
#	aot/dist/aggrid.module.ngfactory.ts
#	aot/dist/aggrid.module.ngsummary.json
#	aot/dist/baseComponentFactory.ngsummary.json
#	aot/dist/interfaces.ngsummary.json
#	aot/dist/ng2ComponentFactory.ngsummary.json
#	aot/dist/ng2FrameworkComponentWrapper.ngsummary.json
#	aot/dist/ng2FrameworkFactory.ngsummary.json
#	aot/main.ngsummary.json
#	aot/src/agGridColumn.ngfactory.ts
#	aot/src/agGridColumn.ngsummary.json
#	aot/src/agGridNg2.ngfactory.ts
#	aot/src/agGridNg2.ngsummary.json
#	aot/src/aggrid.module.ngfactory.ts
#	aot/src/aggrid.module.ngsummary.json
#	aot/src/baseComponentFactory.ngsummary.json
#	aot/src/interfaces.ngsummary.json
#	aot/src/ng2ComponentFactory.ngsummary.json
#	aot/src/ng2FrameworkComponentWrapper.ngsummary.json
#	aot/src/ng2FrameworkFactory.ngsummary.json
2017-09-01 14:02:24 +01:00
2017-08-31 17:17:26 +01:00
2017-06-13 18:15:05 +01:00
2017-09-01 14:02:24 +01:00
2017-07-19 10:30:28 +01:00
2016-09-02 16:43:20 +01:00

ag-Grid React Example

Examples of running ag-Grid inside React application.

See www.ag-grid.com for an overview and full documentation.

Frameworks Supported

Framework specific Getting Started guides: Angular 1 | Angular 2 | Aurelia Javascript | React | TypeScript VueJS | Web Components

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 example, npm run large or npm run trader
  • navigate to localhost:8080
Description
No description provided
Readme 928 KiB
Languages
JavaScript 88.6%
HTML 10.1%
Shell 0.7%
CSS 0.3%
TypeScript 0.3%