Roo/bootstrap/Table.js
[roojs1] / roojs-bootstrap-debug.js
index 4e1f367..6a21f93 100644 (file)
@@ -7143,8 +7143,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             this.colModel.config[col_index][size_cls[0]] = size_cls[1];
         }
         
-        Roo.log(rows);
-        
         for(var i = 0; i < rows.length; i++) {
             
             for(var j = 0; j < w.length; j++) {
@@ -7163,6 +7161,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                     continue;
                 }
                 
+                Roo.log('not replacing??');
+                
                 rows[i].classList.replace(
                     "col-"+size_cls[0]+"-"+this.colModel.config[col_index][size_cls[0]],
                     "col-"+size_cls[0]+"-"+size_cls[1]