Skip to content

eucaos/ag-grid-react-example

 
 

Repository files navigation

ag-Grid React Example

Examples of running ag-Grid inside React application.

See the www.ag-grid.com.

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

About

Example of ag-Grid running with React

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.6%
  • HTML 2.2%
  • CSS 1.2%