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

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