From 05e11ffa3de7ffebed70f78c9964826847c2f37e Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 30 Nov 2022 15:10:34 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index c9e5a25ac0..ae9e81c40e 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -344,7 +344,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { if(this.footerShow){ cfg.cn.push(this.renderFooter()); } - + // where does this come from? //cfg.cls+= ' TableGrid'; } @@ -922,7 +922,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { tag: 'td', cls : 'x-fcol-' + i, style : '', - html: '' }; -- 2.39.2