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

index 5d62d45..80dd423 100644 (file)
@@ -1432,6 +1432,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
      */
     autoSize : function()
     {
+        if(this.disableAutoSize) {
+            return;
+        }
         //var ctr = Roo.get(this.container.dom.parentElement);
         var ctr = Roo.get(this.el.dom);