diff --git a/src/richGridExample/RichGridExample.jsx b/src/richGridExample/RichGridExample.jsx index 8635f14..227750d 100644 --- a/src/richGridExample/RichGridExample.jsx +++ b/src/richGridExample/RichGridExample.jsx @@ -76,10 +76,6 @@ export default class RichGridExample extends Component { this.columnApi = params.columnApi; } - selectAll() { - this.api.selectAll(); - } - deselectAll() { this.api.deselectAll(); } @@ -156,7 +152,8 @@ export default class RichGridExample extends Component {
Grid API: - + {/* use ref to access the api in selectAll */} + @@ -186,6 +183,7 @@ export default class RichGridExample extends Component { gridTemplate = (