Skip to content

Commit f3466be

Browse files
committed
fix #1609
1 parent c05679c commit f3466be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapTable.js

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ class BootstrapTable extends Component {
216216
reset() {
217217
const { pageStartIndex } = this.props.options;
218218
this.store.clean();
219+
this.refs.body.setState({ currEditCell: null });
219220
this.setState(() => {
220221
return {
221222
data: this.getTableData(),

0 commit comments

Comments
 (0)