http://webix.com/snippet/0e3a8e7a shows that #value# doesn’t work in a template for a treetable, but {obj.value}
does.
- Why is that?
- Where is
{obj.value}
documented?
http://webix.com/snippet/0e3a8e7a shows that #value# doesn’t work in a template for a treetable, but {obj.value}
does.
{obj.value}
documented?\#value\# in treetable and datatable has a special meaning
{ id:"fname", template:"#value#"}, //will use obj.fname
{ id:"lname", template:"#value#"}, //will use obj.lname
It was a rather confusing naming, will be changed in Webix 2.2