EasyUI Forum

General Category => Bug Report => Topic started by: sectioni on February 14, 2021, 07:58:01 AM



Title: jQuery scrollview plugin
Post by: sectioni on February 14, 2021, 07:58:01 AM
When a datagrid loads data from a url and gets nothing, the plugin detects the 'scroll' event (which for some reason is triggered when the initial load is complete) and the fact that there are no records and immediately makes a second request to the server with page:1 param.
On any window resize it also triggers the 'scroll' event which again reloads from the server and shows the 'loading' animation of the grid.

Is there a way to make it stop doing that?