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

index c38cf52..9b607e4 100644 (file)
@@ -1104,7 +1104,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             
             Roo.log([scrollHeight - height - 5, scrollTop]);
             
-            if(scrollHeight - height - 5 < scrollTop) { // 5 is leeway
+            if(scrollHeight - height == scrollTop) {
                 Roo.log('load next????????????');
             }