File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components-examples/material/table Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
< td mat-cell *matCellDef ="let element "> {{element[column]}} </ td >
7
7
</ ng-container >
8
8
< ng-container matColumnDef ="expand ">
9
- < th mat-header-cell *matHeaderCellDef > < span aria-label ="row actions "> </ span > </ th >
9
+ < th mat-header-cell *matHeaderCellDef aria-label ="row actions "> </ th >
10
10
< td mat-cell *matCellDef ="let element ">
11
11
< button mat-icon-button aria-label ="expand row " (click) ="(expandedElement = expandedElement === element ? null : element); $event.stopPropagation() ">
12
12
< mat-icon *ngIf ="expandedElement !== element "> keyboard_arrow_down</ mat-icon >
Original file line number Diff line number Diff line change 27
27
28
28
<!-- Star Column -->
29
29
< ng-container matColumnDef ="star " stickyEnd >
30
- < th mat-header-cell *matHeaderCellDef > < span aria-label ="row actions "> </ span > </ th >
30
+ < th mat-header-cell *matHeaderCellDef aria-label ="row actions "> </ th >
31
31
< td mat-cell *matCellDef ="let element ">
32
32
< mat-icon > more_vert</ mat-icon >
33
33
</ td >
You can’t perform that action at this time.
0 commit comments