mirror of https://github.com/ElemeFE/element
Table: shouldUpdateHeight should be true when maxHeight is set (#10034)
parent
fd8648a4b3
commit
74eaaf7eca
|
@ -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;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue