Template() using async/await

Hi

Any widgets having template => async (obj) { return await … } should be possible. But seem’s not right now.

Is there a hack to work around that ?

@NatashaS

Hi @franck34,

Please, try to use this one: Code Snippet

1 Like

Thank you @NatashaS ! cristal clear.

Here is a modified version for webix-jet and without having to use an id

https://snippet.webix.com/qqbous49

Notes:

  • this.$$(‘myLocalId’) to fetch the view in an template “arrowed” function failed