Commit 74eaaf7e authored by 杨奕's avatar 杨奕 Committed by GitHub

Table: shouldUpdateHeight should be true when maxHeight is set (#10034)

parent fd8648a4
...@@ -456,6 +456,7 @@ ...@@ -456,6 +456,7 @@
shouldUpdateHeight() { shouldUpdateHeight() {
return this.height || return this.height ||
this.maxHeight ||
this.fixedColumns.length > 0 || this.fixedColumns.length > 0 ||
this.rightFixedColumns.length > 0; this.rightFixedColumns.length > 0;
}, },
......
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