There is a problem that the loading occurs once more

https://snippet.webix.com/67zs7oi3

url : “https://docs.webix.com/samples/server/packages_dynamic” <— this is ok
but
url: {
$proxy : true,
load : function(view, params){
return webix.ajax().get(“https://docs.webix.com/samples/server/packages_dynamic”, params)
}
}

url with $proxy happens loading double.
How can I fix the code to behave normally with that $proxy option?

Hi @jyk2021 ,

Unfortunately I wasn’t able to reproduce the issue.
As you use dynamic loading it will load small portions of data (make request to the server) when you scroll the view.