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

index 94bae51..eba7b20 100644 (file)
@@ -88,7 +88,7 @@ Currently the Table  uses multiple headers to try and handle XL / Medium etc...
  * @cfg {Boolean} lazyLoad  auto load data while scrolling to the end (default false)
  * @cfg {Boolean} auto_hide_footer  auto hide footer if only one page (default false)
  * @cfg {Boolean} enableColumnResize default true if columns can be resized = needs scrollBody to be set to work (drag/drop)
- * @cfg {Boolean} disableAutoSize disable auto size
+ * @cfg {Boolean} disableAutoSize disable autoSize() and initCSS()
  *
  * 
  * @cfg {Number} minColumnWidth default 50 pixels minimum column width 
@@ -429,7 +429,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     initCSS : function()
     {
         if(this.disableAutoSize) {
-            Roo.log("DISABLEINITCSS");
             return;
         }