Examples of running ag-Grid inside React application.
See the www.ag-grid.com.
There are two examples:
-
standard - shows a typical grid demonstrating many ag-Grid features
-
large - shows a very large grid (767 columns and 1,000 rows) using React cell renderers
To build:
npm install
npm install webpack -g
npm run standard
ornpm run large
- navigate to localhost:8080