Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Tue, 18 Sep 2018 03:49:48 +0000 (11:49 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Sep 2018 03:49:48 +0000 (11:49 +0800)
Roo/bootstrap/Table.js

index 1258179..371d635 100644 (file)
@@ -226,7 +226,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     
     CSS : Roo.util.CSS,
     
-    autoHideFooter : false,
+    auto_hide_footer : false,
     
     getAutoCreate : function()
     {
@@ -754,7 +754,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         var tfoot = this.el.select('tfoot', true).first();
         
-        if(this.footerShow && this.autoHideFooter && this.mainFoot){
+        if(this.footerShow && this.auto_hide_footer && this.mainFoot){
             
             this.mainFoot.setVisibilityMode(Roo.Element.DISPLAY).hide();