diff -r 21b3697d411e web/org.openbravo.mobile.core/source/component/ob-scrollabletable.js
--- a/web/org.openbravo.mobile.core/source/component/ob-scrollabletable.js	Fri Jan 05 11:47:55 2018 +0100
+++ b/web/org.openbravo.mobile.core/source/component/ob-scrollabletable.js	Fri Jan 05 11:48:27 2018 +0100
@@ -563,6 +563,9 @@
         preferenceIntValue = 500;
       }
       if (preferenceIntValue > 0) {
+        if (this.name === 'listOrderLines') {
+          preferenceIntValue = 5000;
+        }
         throttledUpdateViewFunction = _.throttle(updateViewFunction, preferenceIntValue);
       } else {
         throttledUpdateViewFunction = updateViewFunction;
