This commit is contained in:
AllenFang
2019-02-24 14:11:05 +08:00
parent 8e940112f5
commit d26c13b9be

View File

@@ -294,6 +294,7 @@ const withContext = Base =>
return rootProps => (
<this.CellEditContext.Provider
{ ...baseProps }
ref={ n => this.cellEditContext = n }
selectRow={ this.props.selectRow }
cellEdit={ this.props.cellEdit }
data={ rootProps.getData() }