Hi guys I have array as one of the column data and I would like to display it using ag-grid may I know what are my options
https://stackblitz.com/github/snehalp29/ag-grid-demo
columnDefs = [
{ field: 'freLoanId' , checkboxSelection: true, headerCheckboxSelection: true},
{ field: 'loanAmt' },
{ field: 'interestRate'},
{field: 'loanInterestRateStructureType'},
{field: 'loanSecuritizationEligibilityInd'},
{field: 'properties.pptyName'}
];
I tried above code but its not working