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

index 3b998b4..c38cf52 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 - 5 < scrollTop) { // 5 is leeway
                 Roo.log('load next????????????');
             }