I am trying to add extra array of the object to the PrimeNG expandable row but I am kind of new to PrimeNG so not sure where to proceed for this issue.
Desired Behaviour:
Basically I would like to call the extra service onclick of the row and want to fetch new array of objects and display extra details in the expandable row.
for example:
click of first row should trigger service to fetch the first car owner name and surname and display the data in expandable row.
I have tried following stackblitz