AG-3600 React - memoized functions don't render

This commit is contained in:
Sean Landsman
2019-11-21 14:55:31 +00:00
parent 611d668981
commit 52cf4512a9
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import React, {Component} from "react";
import {connect} from "react-redux";
import {AgGridReact} from "@ag-grid-community/react";
import {AllModules} from "@ag-grid-enterprise/all-modules";
import PriceRenderer from "./PriceRenderer";
@@ -43,6 +44,7 @@ class GridComponent extends Component {
// properties
columnDefs={this.state.columnDefs}
rowData={this.props.rowData}
modules={AllModules}
// events
onGridReady={this.onGridReady}>