From 9b11f4cded0ce654feffb3e6423a0e6a1e458703 Mon Sep 17 00:00:00 2001 From: leon Date: Fri, 23 Sep 2022 13:29:11 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index b119ab2b2c..94bae515dc 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -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'); -- 2.39.2