AG-24 Add getFilterInstance to React Examples Project

This commit is contained in:
Sean Landsman
2017-01-19 10:58:32 +00:00
parent 72dae24ebe
commit 4acdee4b72
2 changed files with 31 additions and 12 deletions

View File

@@ -71,6 +71,10 @@ export default class SkillsFilter extends React.Component {
this.setState(newModel, this.props.filterChangedCallback );
}
helloFromSkillsFilter() {
alert("Hello From The Skills Filter!");
}
render() {
var skillsTemplates = [];