Roo/bootstrap/Table.js
authorleon <leon@roojs.com>
Wed, 30 Nov 2022 07:36:00 +0000 (15:36 +0800)
committerleon <leon@roojs.com>
Wed, 30 Nov 2022 07:36:00 +0000 (15:36 +0800)
Roo/bootstrap/Table.js

index 4343acf..c789297 100644 (file)
@@ -345,6 +345,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 cfg.cn.push(this.renderFooter());
             }
 
+            if(!this.footerShow && this.summaryFooterShow) {
+                this.renderSummaryFooter();
+            }
+
             // where does this come from?
             //cfg.cls+=  ' TableGrid';
         }