|
|
@ -31005,11 +31005,9 @@ BI.Table = BI.inherit(BI.Widget, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
this._initNormalScroll(); |
|
|
|
this._initNormalScroll(); |
|
|
|
BI.Resizers.add(this.getName(), function (e) { |
|
|
|
BI.ResizeDetector.addResizeListener(this, function () { |
|
|
|
if (self.element.is(":visible") && BI.isWindow(e.target)) { |
|
|
|
|
|
|
|
self._resize(); |
|
|
|
self._resize(); |
|
|
|
self.fireEvent(BI.Table.EVENT_TABLE_RESIZE); |
|
|
|
self.fireEvent(BI.Table.EVENT_TABLE_RESIZE); |
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
BI.nextTick(function () { |
|
|
|
BI.nextTick(function () { |
|
|
|
if (self.element.is(":visible")) { |
|
|
|
if (self.element.is(":visible")) { |
|
|
@ -32035,7 +32033,6 @@ BI.Table = BI.inherit(BI.Widget, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
empty: function () { |
|
|
|
empty: function () { |
|
|
|
BI.Resizers.remove(this.getName()); |
|
|
|
|
|
|
|
BI.Table.superclass.empty.apply(this, arguments); |
|
|
|
BI.Table.superclass.empty.apply(this, arguments); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|