Sean Landsman 2b49fb1b01 AG-2114 React Components are rendered to the root of the DOM tree
AG-2417 Issue with React 6: withRef is removed. To access the wrapped instance, use a ref on the connected component
AG-2439 Add support for react-redux v6

h/t @hrgui - thanks!
2018-12-17 13:18:28 +00:00
2018-06-29 11:11:35 +01:00

ag-Grid React Example

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

See www.ag-grid.com for full documentation and examples.

Building

To build:

  • npm install
  • npm run examples, 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%