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

index 040d6f3..a2b2580 100644 (file)
@@ -1175,8 +1175,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 var size_cls = w[j].split("-");
                 
                 if(!this.colModel.config[col_index][size_cls[0]]) {
-                    
+                    continue;
                 }
+                
+                
             }
         }
     }