Changed Roo/bootstrap/Table.js
authorleon <leon@roojs.com>
Wed, 30 Nov 2022 05:29:58 +0000 (13:29 +0800)
committerleon <leon@roojs.com>
Wed, 30 Nov 2022 05:29:58 +0000 (13:29 +0800)
Roo/bootstrap/Table.js

index 146a9ee..7c6e87a 100644 (file)
@@ -342,6 +342,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             if(this.footerShow){
                 cfg.cn.push(this.renderFooter());
             }
+
+            if(!this.footerShow && this.summaryFooterShow) {
+                cfg.cn.push(this.rendersummaryFooter());
+            }
             // where does this come from?
             //cfg.cls+=  ' TableGrid';
         }