Roo/bootstrap/Table.js
authorleon <leon@roojs.com>
Tue, 6 Dec 2022 08:19:57 +0000 (16:19 +0800)
committerleon <leon@roojs.com>
Tue, 6 Dec 2022 08:19:57 +0000 (16:19 +0800)
Roo/bootstrap/Table.js

index 7257c39..5a2456e 100644 (file)
@@ -341,7 +341,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             
             cfg.cn.push(this.renderBody());
             
-            if(this.footerShow || this.summaryFooterShow){
+            if(this.footerShow || this.footerColumns){
                 cfg.cn.push(this.renderFooter());
             }