From c6a86c43e1546b663e63ee9685353e73d0643a83 Mon Sep 17 00:00:00 2001 From: leon Date: Fri, 23 Sep 2022 13:22:11 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 5d62d45944..80dd423a9a 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -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); -- 2.39.2