Hi!
I’m trying to show all values in a json-file using a html-template.
How do I repeat the template for all rows in the json?
Example:
[
{“id”:“1”},
{“id”:“2”},
{“id”:“3”}
]
Should output 3 divs, div 1 containing id 1 and so forth…
Please se snippet → http://webix.com/snippet/0a99b02c
Thanks!