Is there a way to listen for a col-resize callback event and then the grid calls a callback with the column index, or something else. Something like `<ReactGrid onColResize={this.handleResizeColumns} /> `
Is there a way to listen for a col-resize callback event and then the grid calls a callback with the column index, or something else.
Something like
<ReactGrid onColResize={this.handleResizeColumns} />