From d26c13b9beafc0fa7e4c79c5c96a68dbbbab3726 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 24 Feb 2019 14:11:05 +0800 Subject: [PATCH] fix #815 --- packages/react-bootstrap-table2/src/contexts/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-bootstrap-table2/src/contexts/index.js b/packages/react-bootstrap-table2/src/contexts/index.js index 3288d0a..d735c1a 100644 --- a/packages/react-bootstrap-table2/src/contexts/index.js +++ b/packages/react-bootstrap-table2/src/contexts/index.js @@ -294,6 +294,7 @@ const withContext = Base => return rootProps => ( this.cellEditContext = n } selectRow={ this.props.selectRow } cellEdit={ this.props.cellEdit } data={ rootProps.getData() }