Files
ag-grid-react-example/README.md
2017-09-07 18:37:15 -04:00

1.1 KiB

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 examples, npm run large or npm run trader
  • navigate to localhost:8080