AG-1329 Update examples
This commit is contained in:
@@ -3,6 +3,8 @@ import {connect} from "react-redux";
|
||||
|
||||
import {AgGridReact} from "@ag-grid-community/react";
|
||||
|
||||
import {ClientSideRowModelModule} from "@ag-grid-enterprise/all-modules";
|
||||
|
||||
class FxQuoteMatrix extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
@@ -71,6 +73,8 @@ class FxQuoteMatrix extends Component {
|
||||
// callbacks
|
||||
getRowNodeId={this.getRowNodeId}
|
||||
|
||||
modules={[ClientSideRowModelModule]}
|
||||
|
||||
// events
|
||||
onGridReady={this.onGridReady}>
|
||||
</AgGridReact>
|
||||
|
||||
Reference in New Issue
Block a user