AG-1329 Add modularisation mechanism

This commit is contained in:
Sean Landsman
2019-10-09 18:41:11 +01:00
parent 894d971f0e
commit 46c26f074e
7 changed files with 12 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
import React, {Component} from 'react';
import SimpleCellRenderer from './simpleCellRenderer.jsx';
import {AgGridReact} from 'ag-grid-react';
import '@ag-community/client-side-row-model'
// put this line in to use ag-Grid enterprise
// import 'ag-grid-enterprise';