Skip to content

Commit

Permalink
adjust height first to avoid a wrong scrollbar validation
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Jan 22, 2017
1 parent 98a586c commit 0390b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BootstrapTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -956,10 +956,10 @@ class BootstrapTable extends Component {
}

_adjustTable() {
this._adjustHeight();
if (!this.props.printable) {
this._adjustHeaderWidth();
}
this._adjustHeight();
}

_adjustHeaderWidth() {
Expand Down

0 comments on commit 0390b8e

Please sign in to comment.