Is there a method to organize the array of objects within the table similar to the provided screenshot below?
- Attempted to utilize angular ag grid grouping-custom-group-columns, however, it only functions with string arrays and not object arrays.
https://i.sstatic.net/G82uv.jpg
**Data : **
{
"id": 1,
"unit":"01111",
"coid":"03111",
"facilityName":"abc company",
"market":"Charleston",
"mcMarket":"Carolina",
"production":"02/01/23",
"inactive":"5/01/23",
"cdm": [{
"id": 1,
"cdmDate":"10/01/23",
"cdmPct":"8.00",
"exclusions":"250, 252"
}]
}