I work on angular 7 app I need to display column offilneURL with no data where column name equal offilne URL in report control table .
this mean only column Name offilneURL will display but empty data on it .
Logic I need to do is
if (this.reportcontrol.columnType=1) {
if(this.contentBody.contain(this.reportcontrol.fieldName))
{
no data will display inside offilneURL column on contentBody array of object . }
I prepare stackblitz for sample above I work on it
https://stackblitz.com/edit/create-ijwgfx?file=app%2Fapp.component.ts
Expected Result of content Body array of object as Below :