Table: update resizeState when updateColumnsWidth (#10338)

pull/10584/merge
Harlan 2018-04-09 09:58:36 +08:00 committed by 杨奕
parent dcf0488a3e
commit 5b41b1a789
1 changed files with 1 additions and 0 deletions

View File

@ -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) {