guy 7 years ago
parent
commit
ff00f2c181
  1. 2
      bi/case.js
  2. 2
      dist/case.js
  3. 2
      src/case/pager/pager.all.count.js

2
bi/case.js

@ -8591,6 +8591,8 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var count = BI.createWidget({
type: "bi.left",
height: o.height,
scrollable: false,
items: [{
type: "bi.label",
height: o.height,

2
dist/case.js vendored

@ -8591,6 +8591,8 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var count = BI.createWidget({
type: "bi.left",
height: o.height,
scrollable: false,
items: [{
type: "bi.label",
height: o.height,

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

@ -96,6 +96,8 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var count = BI.createWidget({
type: "bi.left",
height: o.height,
scrollable: false,
items: [{
type: "bi.label",
height: o.height,

Loading…
Cancel
Save