Roo/bootstrap/Table.js
authorleon <leon@roojs.com>
Fri, 23 Sep 2022 05:29:11 +0000 (13:29 +0800)
committerleon <leon@roojs.com>
Fri, 23 Sep 2022 05:29:11 +0000 (13:29 +0800)
Roo/bootstrap/Table.js

index b119ab2..94bae51 100644 (file)
@@ -428,7 +428,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     
     initCSS : function()
     {
-        
+        if(this.disableAutoSize) {
+            Roo.log("DISABLEINITCSS");
+            return;
+        }
         
         var cm = this.cm, styles = [];
         this.CSS.removeStyleSheet(this.id + '-cssrules');