From 867d17ae8c6999f4b698a20c8f7708c70b582313 Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 30 Nov 2022 15:54:01 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 20e0a0840d..04338060ed 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -981,6 +981,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { style: '', html: cm.config[i].summaryFooter }; + + tr.cn.push(td); } -- 2.39.2