|
|
@ -79,7 +79,7 @@ BI.VirtualGroupList = BI.inherit(BI.Widget, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_isAutoHeight: function () { |
|
|
|
_isAutoHeight: function () { |
|
|
|
return this.options.rowHeight === "auto"; |
|
|
|
return !BI.isNumber(this.options.rowHeight); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_renderMoreIf: function () { |
|
|
|
_renderMoreIf: function () { |
|
|
|