Webix loader

Hi Webix team,

In following snippet I am showing loader on onBeforeLoad and hiding it on onAfterLoad. When I directly scroll the data till the last row loader does not look continuous. How can I handle such condition. Even this issue occurs when I scroll continuously in up/down direction. Loader is getting hidden before data load.

https://snippet.webix.com/6ptslmnf

Thanks

Check the updated snippet

https://snippet.webix.com/rxespoar

your original code doesn’t expect that component can call new onBeforeLoad while previous one is not finished yet.

Thanks Maksim