Roo/bootstrap/Table.js
authorjohn <john@roojs.com>
Fri, 12 Oct 2018 02:47:00 +0000 (10:47 +0800)
committerjohn <john@roojs.com>
Fri, 12 Oct 2018 02:47:00 +0000 (10:47 +0800)
Roo/bootstrap/Table.js

index 6c016c6..78b0bca 100644 (file)
@@ -1172,10 +1172,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             
             for(var j = 0; w.length; j++) {
                 var size_cls = w[j].split("-");
+                
+                this.colModel.config[col_index]
             }
-            
-            this.colModel.config[col_index]
-            
         }
     }
 });