|
69 | 69 | </hca-table-cell>
|
70 | 70 | </mat-cell>
|
71 | 71 | </ng-container>
|
72 |
| - <ng-container matColumnDef="modelOrgan"> |
73 |
| - <mat-header-cell *matHeaderCellDef [ngClass]="getColumnClass('modelOrgan')" |
74 |
| - [ngStyle]="getColumnStyle('modelOrgan')"> |
75 |
| - <hca-table-column-header> |
76 |
| - <hca-table-column-header-title columnTitle [columnName]="'modelOrgan'"> |
77 |
| - {{getColumnDisplayName('modelOrgan')}} |
78 |
| - </hca-table-column-header-title> |
79 |
| - <hca-table-column-header-count columnSubTitle [columnName]="'modelOrgan'" |
80 |
| - [domainCountsByColumnName]="domainCountsByColumnName$ | async"></hca-table-column-header-count> |
81 |
| - </hca-table-column-header> |
82 |
| - </mat-header-cell> |
83 |
| - <mat-cell *matCellDef="let element" [ngClass]="getColumnClass('modelOrgan')" |
84 |
| - [ngStyle]="getColumnStyle('modelOrgan')"> |
85 |
| - <hca-table-cell [ngSwitch]="isElementUnspecified(element.modelOrgan)"> |
86 |
| - <hca-content-unspecified-dash *ngSwitchCase="true"></hca-content-unspecified-dash> |
87 |
| - <hca-content-ellipsis *ngSwitchDefault> |
88 |
| - <span class="fontsize-xxs">{{element.modelOrgan}}</span> |
89 |
| - </hca-content-ellipsis> |
90 |
| - </hca-table-cell> |
91 |
| - </mat-cell> |
92 |
| - </ng-container> |
| 72 | + <ng-container matColumnDef="organPart"> |
| 73 | + <mat-header-cell *matHeaderCellDef [ngClass]="getColumnClass('organPart')" [ngStyle]="getColumnStyle('organPart')"> |
| 74 | + <hca-table-column-header> |
| 75 | + <hca-table-column-header-title columnTitle [columnName]="'organPart'">{{getColumnDisplayName('organPart')}} |
| 76 | + </hca-table-column-header-title> |
| 77 | + <hca-table-column-header-count columnSubTitle [columnName]="'organPart'" [domainCountsByColumnName]="domainCountsByColumnName$ | async"></hca-table-column-header-count> |
| 78 | + </hca-table-column-header> |
| 79 | + </mat-header-cell> |
| 80 | + <mat-cell *matCellDef="let element" [ngClass]="getColumnClass('organPart')" [ngStyle]="getColumnStyle('organPart')"> |
| 81 | + <hca-table-cell> |
| 82 | + <hca-content-ellipsis> |
| 83 | + <span class="fontsize-xxs">{{element.organPart}}</span> |
| 84 | + </hca-content-ellipsis> |
| 85 | + </hca-table-cell> |
| 86 | + </mat-cell> |
| 87 | + </ng-container> |
| 88 | + <ng-container matColumnDef="modelOrgan"> |
| 89 | + <mat-header-cell *matHeaderCellDef [ngClass]="getColumnClass('modelOrgan')" |
| 90 | + [ngStyle]="getColumnStyle('modelOrgan')"> |
| 91 | + <hca-table-column-header> |
| 92 | + <hca-table-column-header-title columnTitle [columnName]="'modelOrgan'"> |
| 93 | + {{getColumnDisplayName('modelOrgan')}} |
| 94 | + </hca-table-column-header-title> |
| 95 | + <hca-table-column-header-count columnSubTitle [columnName]="'modelOrgan'" |
| 96 | + [domainCountsByColumnName]="domainCountsByColumnName$ | async"></hca-table-column-header-count> |
| 97 | + </hca-table-column-header> |
| 98 | + </mat-header-cell> |
| 99 | + <mat-cell *matCellDef="let element" [ngClass]="getColumnClass('modelOrgan')" |
| 100 | + [ngStyle]="getColumnStyle('modelOrgan')"> |
| 101 | + <hca-table-cell [ngSwitch]="isElementUnspecified(element.modelOrgan)"> |
| 102 | + <hca-content-unspecified-dash *ngSwitchCase="true"></hca-content-unspecified-dash> |
| 103 | + <hca-content-ellipsis *ngSwitchDefault> |
| 104 | + <span class="fontsize-xxs">{{element.modelOrgan}}</span> |
| 105 | + </hca-content-ellipsis> |
| 106 | + </hca-table-cell> |
| 107 | + </mat-cell> |
| 108 | + </ng-container> |
93 | 109 | <ng-container matColumnDef="selectedCellType">
|
94 | 110 | <mat-header-cell *matHeaderCellDef [ngClass]="getColumnClass('selectedCellType')"
|
95 | 111 | [ngStyle]="getColumnStyle('selectedCellType')">
|
|
0 commit comments