|
|
|
@ -96,6 +96,12 @@ BI.GridView = BI.inherit(BI.Widget, {
|
|
|
|
|
this.element.scrollLeft(o.scrollLeft); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
destroyed: function () { |
|
|
|
|
BI.each(this.renderedCells, function(i, cell) { |
|
|
|
|
cell.el._destroy(); |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
_calculateSizeAndPositionData: function () { |
|
|
|
|
var o = this.options; |
|
|
|
|