Roo/bootstrap/Table.js
authorjohn <john@roojs.com>
Fri, 12 Oct 2018 03:08:28 +0000 (11:08 +0800)
committerjohn <john@roojs.com>
Fri, 12 Oct 2018 03:08:28 +0000 (11:08 +0800)
Roo/bootstrap/Table.js

index 2b7fe0a..428efb1 100644 (file)
@@ -1182,7 +1182,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                     continue;
                 }
                 
-                this.colModel.config[col_index][size_cls[0]] = size_cls
+                rows[i].classList.remove()
+                
+                this.colModel.config[col_index][size_cls[0]] = size_cls[1]
             }
         }
     }