Table: update resizeState when updateColumnsWidth (#10338)

This commit is contained in:
Harlan 2018-04-09 09:58:36 +08:00 committed by 杨奕
parent dcf0488a3e
commit 5b41b1a789

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