Skip to content

Commit

Permalink
feat(edit-content) add id and scope to th #28879
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Jul 12, 2024
1 parent dfe26c5 commit 809b153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ng-template let-columns pTemplate="header">
<tr>
@for (col of columns; track $index) {
<th [style.width.px]="$index === 0 ? 40 : null">{{ col }}</th>
<th id="head" scope="col" [style.width.px]="$index === 0 ? 40 : null">{{ col }}</th>
}
</tr>
</ng-template>
Expand Down

0 comments on commit 809b153

Please sign in to comment.