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

index 78b0bca..e87346b 100644 (file)
@@ -1171,9 +1171,12 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         for(var i = 0; i < rows.length; i++) {
             
             for(var j = 0; w.length; j++) {
+                
                 var size_cls = w[j].split("-");
                 
-                this.colModel.config[col_index]
+                if(this.colModel.config[col_index]) {
+                    
+                }
             }
         }
     }