roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 58be41b..b5197a6 100644 (file)
@@ -9165,7 +9165,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 
@@ -9506,7 +9506,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     initCSS : function()
     {
         if(this.disableAutoSize) {
-            Roo.log("DISABLEINITCSS");
             return;
         }
         
@@ -10513,7 +10512,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     autoSize : function()
     {
         if(this.disableAutoSize) {
-            Roo.log("DISABLEAUTOSIZE");
             return;
         }
         //var ctr = Roo.get(this.container.dom.parentElement);