roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 03a9516..20066ee 100644 (file)
@@ -9422,6 +9422,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 cfg.cn.push(this.renderFooter());
             }
 
+            if(!this.footerShow && this.summaryFooterShow) {
+                cfg.cn.push(this.renderSummaryFooter());
+            }
+
             // where does this come from?
             //cfg.cls+=  ' TableGrid';
         }