AG-420 Improve React implementation

This commit is contained in:
Sean Landsman
2017-05-26 10:31:12 +01:00
parent 3226c0d6ba
commit e1871affe3
22 changed files with 1550 additions and 16 deletions

View File

@@ -11,10 +11,7 @@ export default class FullWidthComponentExample extends Component {
gridOptions: {},
rowData: this.createRowData(),
columnDefs: this.createColumnDefs(),
topFloatingRowData: [{row: "Top Row", number: "Top Number"}],
bottomFloatingRowData: [{row: "Bottom Row", number: "Bottom Number"}]
columnDefs: this.createColumnDefs()
};
this.onGridReady = this.onGridReady.bind(this);