Skip to content

Commit

Permalink
Table: update resizeState when updateColumnsWidth (#10338)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfman authored and Leopoldthecoder committed Apr 9, 2018
1 parent dcf0488 commit 5b41b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/table/src/table-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class TableLayout {
}

this.bodyWidth = Math.max(bodyMinWidth, bodyWidth);
this.table.resizeState.width = this.bodyWidth;
} else {
flattenColumns.forEach((column) => {
if (!column.width && !column.minWidth) {
Expand Down

0 comments on commit 5b41b1a

Please sign in to comment.