guy 4 years ago
parent
commit
3063bf8324
  1. 3
      src/core/platform/web/config.js

3
src/core/platform/web/config.js

@ -18,6 +18,9 @@ BI.prepares.push(function () {
if (isLessIE8) {
return ob;
}
if (ob.items && ob.items.length > 1) {
return BI.extend(ob, {type: "bi.table_adapt"});
}
if (!IE && supportFlex) {
return BI.extend(ob, {type: "bi.flex_horizontal"});
}

Loading…
Cancel
Save