Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Tue, 2 Jan 2018 08:06:12 +0000 (16:06 +0800)
committeredward <edward@roojs.com>
Tue, 2 Jan 2018 08:06:12 +0000 (16:06 +0800)
Roo/bootstrap/Table.js

index 68c6bb6..bb08aff 100644 (file)
@@ -1102,6 +1102,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             
             var scrollTop = Math.ceil(this.mainBody.getScroll().top);
             
+            var height = this.mainBody.getHeight();
+            
             Roo.log(['scrollHeight : ' + scrollHeight, 'scrollTop : ' + scrollTop]);
             
         }