guy 2 years ago
parent
commit
a46a7a0012
  1. 1
      src/core/wrapper/layout/layout.table.js

1
src/core/wrapper/layout/layout.table.js

@ -10,6 +10,7 @@ BI.TableLayout = BI.inherit(BI.Layout, {
baseCls: "bi-t",
scrolly: true,
columnSize: [],
rowSize: [],
// rowSize: 30, // or [30,30,30]
hgap: 0,
vgap: 0,

Loading…
Cancel
Save