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

index 4de3c5d..a27c298 100644 (file)
@@ -951,7 +951,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         var tfoot = this.el.select('tfoot', true).first();
         
-        if(this.footerShow && this.auto_hide_footer && this.mainFoot){
+        if(this.footerShow && && !this.footerColumns && this.auto_hide_footer && this.mainFoot){
             
             this.mainFoot.setVisibilityMode(Roo.Element.DISPLAY).hide();