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