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

index a2b2580..d751266 100644 (file)
@@ -1174,11 +1174,15 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 
                 var size_cls = w[j].split("-");
                 
+                if(!Number.isInteger(size_cls[1] * 1)) {
+                    return;
+                }
+                
                 if(!this.colModel.config[col_index][size_cls[0]]) {
                     continue;
                 }
                 
-                
+                this.colModel.config[col_index][size_cls[0]]
             }
         }
     }