Skip to content

Commit

Permalink
fix #1609
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Sep 13, 2017
1 parent c05679c commit f3466be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BootstrapTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class BootstrapTable extends Component {
reset() {
const { pageStartIndex } = this.props.options;
this.store.clean();
this.refs.body.setState({ currEditCell: null });
this.setState(() => {
return {
data: this.getTableData(),
Expand Down

0 comments on commit f3466be

Please sign in to comment.