mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-06-29 05:30:05 +00:00
fix #815
This commit is contained in:
@@ -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() }
|
||||
|
||||
Reference in New Issue
Block a user