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

index 6767224..55fc382 100644 (file)
@@ -1170,11 +1170,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         var h_rows = this.el.dom.getElementsByClassName("x-hcol-"+col_index);
         
-        if(rows.length != h_rows.length) {
-            Roo.log(h_rows);
-            return;
-        }
-        
         for(var i = 0; i < rows.length; i++) {
             
             for(var j = 0; w.length; j++) {