I’m probably missing something obvious, but the data templating seems lacking in a few crucial areas:
1 - why can’t I specify a property of a child property in a data template? JSON structures are rarely completely flat in the real world - http://webix.com/snippet/cc791eed
(1)
It is not so critical for other components, where templates can be configured to access sub-properties. But in case of property sheet and form it really can be helpful.
We will try to include this feature in the next update.
Regarding (2) - excellent - that makes sense. However I couldn’t find any mention of this feature in the docs. I can see now that it is described in http://docs.webix.com/desktop__binding_details.html, but under a section relating to treestore. Maybe it should be made more obvious.