From 6e884924e9e7191b47dee1dd3879c65c81020df9 Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 30 Nov 2022 15:17:51 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 480111592d..7d9a63a8d1 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -989,6 +989,16 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { this.mainFoot.show(); } } + + if(!this.footerShow && this.summaryFooterShow) { + + for(var i = 0, len = cm.getColumnCount(); i < len; i++){ + + var value = cm.config[i].summaryFooter; + + Roo.log('value [' + i + '] : ' + value); + } + } Roo.each(this.el.select('tbody td', true).elements, function(e){ e.on('mouseover', _this.onMouseover, _this); -- 2.39.2