waitData of DataCollection

If the “data” property was set when configuring DataCollection, “waitData” does not work as expected.

https://snippet.webix.com/3lza5dwo

Hello @lBeJIuk ,
That is expected behavior. The point is that the waitData waits for any first data and resolves:
https://snippet.webix.com/l068dts7

@annazankevich
Ok. Thank you. The description is just not very clear.
“eventual result of an asynchronous operation (‘promise’ object) for the loaded data”.
And “data_setter” works synchronously as far as I can see.