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

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