Roo/bootstrap/Table.js
authorleon <leon@roojs.com>
Wed, 30 Nov 2022 07:54:17 +0000 (15:54 +0800)
committerleon <leon@roojs.com>
Wed, 30 Nov 2022 07:54:17 +0000 (15:54 +0800)
Roo/bootstrap/Table.js

index 0433806..9d16415 100644 (file)
@@ -987,14 +987,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             }
             
             tfoot.createChild(row);
-            
-            var _this = this;
-            
-            if(row.cellObjects.length){
-                Roo.each(row.cellObjects, function(r){
-                    _this.renderCellObject(r);
-                })
-            }
         }
         
         Roo.each(this.el.select('tbody td', true).elements, function(e){