From 05cff90ae97bbfbf95780866461cdc6aaa4131e6 Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 30 Nov 2022 15:54:17 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 04338060ed..9d164157ec 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -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){ -- 2.39.2