Hello everyone,
I would like to ask how to make Card set items dynamic. For example I have
var sample = [
{id: “1”, name; “samplename”, age: “sampleage”},
{id: “1”, name; “samplename”, age: “sampleage”},
{id: “1”, name; “samplename”, age: “sampleage”}
]
What I want to do is, I want these JSON entries to be in the items in the card set. The thing is I do not know if variable sample has length 3 or 4 or 5. So, I need to make it dynamic. Thanks for the help guys!