]
Michael Abele commented on RF-13408:
------------------------------------
The non-configurable approach of simply reducing timeout value from 1000 to e.g. 1 in
bodyScrollListener method of extendeddatatable.js looks like a very easy change. Is there
any chance to get this into 4.5.x soon? Thanks for any feedback!
ExtendedDataTable, ajax loading delay of 1000ms
-----------------------------------------------
Key: RF-13408
URL:
https://issues.jboss.org/browse/RF-13408
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: 4.3.4
Reporter: Holger Walter
Fix For: 5-Tracking
When using ajax loading in the extendeddatatable, an ajax data load is triggered when
scrolling down to the end of the table. However, this data loadig action is delayed by
1000ms, which gives the user the feeling that the application is quite laggy.
I've taken a look at the javascript code of the extendeddatatable, and saw that the
1000ms delay is hard coded. (extendeddatatable.js , bodyscrollListener)
Is it possible to reduce this timeout, or make it configurable via properties