/ag-grid-experiment

Experiments with ag-grid and its react wrapper

Primary LanguageJavaScript

This React project is a compilation of various experiments with ag-grid.

Start up the site by running npm start and then click the links in the left-nav to see the following working examples, each with a separate proof-of-concept featuring ag-grid:

  • Basic ag-grid with React, demonstrates:

    • Fetching and loading data from external API
    • onGridReady callback, use of gridApi
    • Column mapping using columnDefs property
    • Multiple row selection using rowSelection="multiple" attribute on grid, checkboxSelection:true in columnDefs
  • Triggering a Material-UI popover when clicking inside an ag-grid cell

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.