Commit 5b41b1a7 authored by Harlan's avatar Harlan Committed by 杨奕

Table: update resizeState when updateColumnsWidth (#10338)

parent dcf0488a
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment