AG-1329 Update examples
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React, {Component} from "react";
|
||||
|
||||
import {AgGridReact} from "@ag-grid-community/react";
|
||||
import {ClientSideRowModelModule} from "@ag-grid-enterprise/all-modules";
|
||||
|
||||
import map from "lodash/map";
|
||||
import difference from "lodash/difference";
|
||||
@@ -160,6 +161,8 @@ export default class extends Component {
|
||||
}}
|
||||
rowSelection="single"
|
||||
|
||||
modules={[ClientSideRowModelModule]}
|
||||
|
||||
// callbacks
|
||||
getRowNodeId={this.getRowNodeId}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user