AG-644 Refactor of sorting, filtering and resizing properties

This commit is contained in:
Sean Landsman
2019-01-08 16:46:07 +00:00
parent a3a1d74b88
commit 3f0fe9f899
4 changed files with 18 additions and 12 deletions

View File

@@ -63,8 +63,10 @@ class FxQuoteMatrix extends Component {
<AgGridReact
// properties
columnDefs={this.state.columnDefs}
enableSorting="false"
enableFilter="false"
defaultColDef={{
sortable: false,
filter: false
}}
// callbacks
getRowNodeId={this.getRowNodeId}