Roo/bootstrap/Table.js
[roojs1] / roojs-bootstrap-debug.js
index 6a21f93..0227c36 100644 (file)
@@ -7147,6 +7147,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             
             for(var j = 0; j < w.length; j++) {
                 
+                Roo.log('spliting;;;');
+                
                 var size_cls = w[j].split("-");
                 
                 if(!Number.isInteger(size_cls[1] * 1)) {
@@ -7161,8 +7163,6 @@ 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]