Version 11.0.0

This commit is contained in:
Alberto
2017-06-26 16:40:27 +02:00
parent b54d549959
commit f8f0c21af2
6 changed files with 12 additions and 14 deletions

View File

@@ -39,7 +39,8 @@ export default class FilterComponentExample extends Component {
headerName: "Filter Component",
field: "name",
filterFramework: PartialMatchFilter,
width: 400
width: 400,
menuTabs:['filterMenuTab']
}
];
}
@@ -75,8 +76,6 @@ export default class FilterComponentExample extends Component {
rowData={this.state.rowData}
enableFilter
suppressMenuColumnPanel // ag-enterprise only
suppressMenuMainPanel // ag-enterprise only
// events
onGridReady={this.onGridReady}>