cell text moved to another cell beside?
I have table html cell text moved to another cell
reportid reportname reportdate
1 12/12/2020
I notice that report date content data moved to reportname why i dont know
this is my table structure
"width: 100%; border: 1px solid #ddd;" class=" table table-striped">
- "width: max-content">
"" style="width: max-content;" *ngFor="let coln of headerCols"> "coln != 'totalCount'" >- {{coln}}
"let repdata of ReportData" >"let rep of contentBody"> "let r1 of rep">"" nbtooltipplacement="right" class="ng-star-inserted">{{r1}} "repdata.inRunTime==0 && repdata.parameterName !==null && repdata.downloadProcedureName !==null"> "Download" class="btn btn-link" data-toggle="modal" data-target="#roeDetailsModal" - nbTooltipPlacement="bottom" (click)="getDataByRevision(rep[0])" nbTooltipStatus="primary">
"cloud-download-outline" >
Replies
Know the answer? Post it — somebody with the same question will find it here.