AG-420 Improve React implementation

This commit is contained in:
Sean Landsman
2017-05-26 14:49:34 +01:00
parent f8b8a0b066
commit 9c3c7a77c0
14 changed files with 102 additions and 84 deletions

View File

@@ -104,7 +104,7 @@ export default class DynamicComponentsExample extends Component {
}
render() {
return (
<div style={{width: 800, height: 400}}
<div style={{height: 400, width: 945}}
className="ag-fresh">
<h1>Dynamic React Component Example</h1>
<button onClick={this.refreshRowData}>Refresh Data</button>