Browse Source

无JIRA任务 pager默认值

es6
windy 3 years ago
parent
commit
f598f3dea2
  1. 3
      src/base/pager/pager.js

3
src/base/pager/pager.js

@ -12,6 +12,8 @@ BI.Pager = BI.inherit(BI.Widget, {
behaviors: {},
layouts: [{
type: "bi.horizontal",
hgap: 10,
vgap: 0
}],
dynamicShow: true, // 是否动态显示上一页、下一页、首页、尾页, 若为false,则指对其设置使能状态
@ -176,6 +178,7 @@ BI.Pager = BI.inherit(BI.Widget, {
items: BI.createItems(view, {
cls: "bi-list-item-select bi-border-radius",
height: 23,
hgap: 10,
stopPropagation: true
}),
behaviors: o.behaviors,

Loading…
Cancel
Save