|
|
|
@ -14,6 +14,7 @@ BI.VirtualGroupList = BI.inherit(BI.Widget, {
|
|
|
|
|
scrollTop: 0, |
|
|
|
|
rowHeight: "auto", |
|
|
|
|
items: [], |
|
|
|
|
el: {}, |
|
|
|
|
itemFormatter: function (item, index) { |
|
|
|
|
return item; |
|
|
|
|
} |
|
|
|
@ -39,10 +40,10 @@ BI.VirtualGroupList = BI.inherit(BI.Widget, {
|
|
|
|
|
ref: function () { |
|
|
|
|
self.container = this; |
|
|
|
|
}, |
|
|
|
|
layouts: [{ |
|
|
|
|
layouts: [BI.extend({ |
|
|
|
|
type: "bi.vertical", |
|
|
|
|
scrolly: false |
|
|
|
|
}] |
|
|
|
|
}, o.el)] |
|
|
|
|
}, { |
|
|
|
|
type: "bi.layout", |
|
|
|
|
ref: function () { |
|
|
|
|