I am facing problem in iterating an object,in which i have pushed the same property(value) from array of objects.
{
id:1,
id:2,
id:3
}
I want to display these id's in different rows of table like: 1 2 3
Any help would be appreciated