From 2cc87f5eaa197bc6762b5d813451ee54ed8cea05 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 17 Sep 2018 12:13:02 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 81edc6328e..110e6b8d6a 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -754,8 +754,11 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { if(this.footerShow && this.autoHideFooter){ + this.footer.hide(); - + if(this.footer.pageSize < ds.getCount()){ + this.footer.show(); + } } Roo.each(this.el.select('tbody td', true).elements, function(e){ -- 2.39.2