<span class="font-weight-bold" i18n>Owning Library
<ng-container *ngIf="expand !== 1">
<button title="Expand Column" i18n-title
- class="material-icon-button" (click)="expand = 1" i18n>
+ class="material-icon-button" (click)="expand = 1">
↗
</button>
</ng-container>
<ng-container *ngIf="expand === 1">
<button title="Shrink Column" i18n-title
- class="material-icon-button" (click)="expand = null" i18n>
+ class="material-icon-button" (click)="expand = null">
↙
</button>
</ng-container>
<span class="font-weight-bold" i18n>Classification
<ng-container *ngIf="expand !== 3">
<button title="Expand Column" i18n-title
- class="material-icon-button" (click)="expand = 3" i18n>
+ class="material-icon-button" (click)="expand = 3">
↗
</button>
</ng-container>
<ng-container *ngIf="expand === 3">
<button title="Shrink Column" i18n-title
- class="material-icon-button" (click)="expand = null" i18n>
+ class="material-icon-button" (click)="expand = null">
↙
</button>
</ng-container>
<span class="font-weight-bold" i18n>Prefix
<ng-container *ngIf="expand !== 4">
<button title="Expand Column" i18n-title
- class="material-icon-button" (click)="expand = 4" i18n>
+ class="material-icon-button" (click)="expand = 4">
↗
</button>
</ng-container>
<ng-container *ngIf="expand === 4">
<button title="Shrink Column" i18n-title
- class="material-icon-button" (click)="expand = null" i18n>
+ class="material-icon-button" (click)="expand = null">
↙
</button>
</ng-container>
<span class="font-weight-bold" i18n>Call Number Label
<ng-container *ngIf="expand !== 5">
<button title="Expand Column" i18n-title
- class="material-icon-button" (click)="expand = 5" i18n>
+ class="material-icon-button" (click)="expand = 5">
↗
</button>
</ng-container>
<ng-container *ngIf="expand === 5">
<button title="Shrink Column" i18n-title
- class="material-icon-button" (click)="expand = null" i18n>
+ class="material-icon-button" (click)="expand = null">
↙
</button>
</ng-container>
<span class="font-weight-bold" i18n>Suffix
<ng-container *ngIf="expand !== 6">
<button title="Expand Column" i18n-title
- class="material-icon-button" (click)="expand = 6" i18n>
+ class="material-icon-button" (click)="expand = 6">
↗
</button>
</ng-container>
<ng-container *ngIf="expand === 6">
<button title="Shrink Column" i18n-title
- class="material-icon-button" (click)="expand = null" i18n>
+ class="material-icon-button" (click)="expand = null">
↙
</button>
</ng-container>
<span class="font-weight-bold" i18n>Barcode
<ng-container *ngIf="expand !== 8">
<button title="Expand Column" i18n-title
- class="material-icon-button" (click)="expand = 8" i18n>
+ class="material-icon-button" (click)="expand = 8">
↗
</button>
</ng-container>
<ng-container *ngIf="expand === 8">
<button title="Shrink Column" i18n-title
- class="material-icon-button" (click)="expand = null" i18n>
+ class="material-icon-button" (click)="expand = null">
↙
</button>
</ng-container>
<span class="font-weight-bold" i18n>Part
<ng-container *ngIf="expand !== 10">
<button title="Expand Column" i18n-title
- class="material-icon-button" (click)="expand = 10" i18n>
+ class="material-icon-button" (click)="expand = 10">
↗
</button>
</ng-container>
<ng-container *ngIf="expand === 10">
<button title="Shrink Column" i18n-title
- class="material-icon-button" (click)="expand = null" i18n>
+ class="material-icon-button" (click)="expand = null">
↙
</button>
</ng-container>