|
|
@ -97,9 +97,10 @@ BI.AllCountPager = BI.inherit(BI.Widget, { |
|
|
|
|
|
|
|
|
|
|
|
BI.createWidget(o.showRowCount ? { |
|
|
|
BI.createWidget(o.showRowCount ? { |
|
|
|
type: "bi.vertical_adapt", |
|
|
|
type: "bi.vertical_adapt", |
|
|
|
columnSize: ["fill", ""], |
|
|
|
|
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
scrollx: false, |
|
|
|
scrollx: false, |
|
|
|
|
|
|
|
columnSize: ["fill", ""], |
|
|
|
|
|
|
|
horizontalAlign: BI.HorizontalAlign.Right, |
|
|
|
items: [ |
|
|
|
items: [ |
|
|
|
this._getRowCountObject(), |
|
|
|
this._getRowCountObject(), |
|
|
|
this.editor, this.allPages, this.pager |
|
|
|
this.editor, this.allPages, this.pager |
|
|
|