Hello.
How can I create list view with array bindings?
For example, if I have data:
{ item: 'Apple', tags: [ 'Fruit', 'Red' ] }How can I make list view template that will bind tags to array of labels?
Apple
Fruit
Red
Does anyone have an example?
Thanks