Browse Source

Pull request #2003: 无jira任务 style:优先展示分页按钮

Merge in VISUAL/fineui from ~CLAIRE.TANG/fineui:master to master

* commit '9d6b9b5e6d6fbf62241a99f91109803556a809f1':
  无jira任务 style:优先展示分页按钮
  无jira任务 style:优先展示分页按钮
  无jira任务 fix:优先显示翻页按钮
  无jira任务 style:优先展示分页按钮
es6
Claire.Tang 3 years ago
parent
commit
838b14ec53
  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 ? {
type: "bi.left_right_vertical_adapt",
type: "bi.vertical_adapt",
columnSize: ["fill", ""],
element: this,
items: {
left: [this._getRowCountObject()],
right: [this.editor, this.allPages, this.pager]
}
scrollx: false,
items: [
this._getRowCountObject(),
this.editor, this.allPages, this.pager
],
} : {
type: "bi.vertical_adapt",
element: this,

Loading…
Cancel
Save