I am using ag-grid in angular6 i am getting the nested array of object in the same row i need to display the multiple record for some particular field
{
"Id": "123",
"Name": "usb",
"email": "[email protected]",
"Config": [
{
"config": "config1",
"field2": "1",
"field3": "1",
"field4": "1",
},
{
"config": "config2",
"field2": "3",
"field3": "3",
"field4": "3",
}
]
},
{
"Id": "123",
"Name": "usb",
"email": "[email protected]",
"Config": [
{
"config": "config1",
"field2": "1",
"field3": "1",
"field4": "1",
},
{
"config": "2",
"field2": "3",
"field3": "3",
"field4": "3",
},
{
"field1": "2",
"field2": "3",
"field3": "3",
"field4": "3",
}
]
}
in that above object when i reach the config field need to display like below in that config count is dynamic