When bind to a container, it repeat all the object but when I use collection in another element it select by index [0]
it will select it like that:
Content.data[0].id
what I want:
Content.data.id
how do I do it?
Sorry its hard to explain
also how to make a search bar to search in my collection without selecting the collection index[0]??