Skeleton loading

Is there a way to quickly achieve skeleton loading with webix layouts before data is render/loaded?

Hi @Human,
If I understand you correctly, such operations are most conveniently carried out through webix.Overlay or showProgress.
In the real Ajax request you won’t need the webix.delay() wrapper, as it just emulates the time you will wait for the serverside response.
Please take a look at snippets:
https://snippet.webix.com/w1xdlikt
https://snippet.webix.com/ro53hekk