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

ag-grid/ag-grid-react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f6c1e4 · Apr 12, 2018
Nov 8, 2017
Dec 15, 2017
Nov 8, 2017
Nov 8, 2017
Jan 28, 2016
Sep 7, 2017
Aug 17, 2017
Apr 12, 2018

Repository files navigation

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