Browse Source

Merge branch 'master' of ssh://cloud.finedevelop.com:7999/~kira/fineui

es6
Kira 3 years ago
parent
commit
b27888b6a1
  1. 12
      src/case/pager/pager.all.count.js

12
src/case/pager/pager.all.count.js

@ -96,12 +96,14 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
}); });
BI.createWidget(o.showRowCount ? { BI.createWidget(o.showRowCount ? {
type: "bi.left_right_vertical_adapt", type: "bi.vertical_adapt",
columnSize: ["fill", ""],
element: this, element: this,
items: { scrollx: false,
left: [this._getRowCountObject()], items: [
right: [this.editor, this.allPages, this.pager] this._getRowCountObject(),
} this.editor, this.allPages, this.pager
],
} : { } : {
type: "bi.vertical_adapt", type: "bi.vertical_adapt",
element: this, element: this,

Loading…
Cancel
Save