AG-644 Refactor of sorting, filtering and resizing properties
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -155,7 +155,9 @@ export default class extends Component {
|
||||
<AgGridReact
|
||||
// properties
|
||||
columnDefs={this.state.columnDefs}
|
||||
enableSorting="true"
|
||||
defaultColDef={{
|
||||
sortable: true
|
||||
}}
|
||||
rowSelection="single"
|
||||
|
||||
// callbacks
|
||||
|
||||
@@ -67,8 +67,10 @@ class TopMoversGrid extends Component {
|
||||
// properties
|
||||
columnDefs={this.state.columnDefs}
|
||||
rowData={this.props.rowData}
|
||||
enableSorting
|
||||
enableFilter="false"
|
||||
defaultColDef={{
|
||||
sortable: true,
|
||||
filter: false
|
||||
}}
|
||||
animateRows
|
||||
deltaRowDataMode
|
||||
getRowNodeId={this.getRowNodeId}
|
||||
|
||||
Reference in New Issue
Block a user