@if (selectionEnabled) { } {{ tableHeaderLabel | translate: { length: totalSize || (listingService.displayedLength$ | async) } }} @if (listingService.selectedLength$ | async; as selectedItems) { ({{ 'table-header.selected-count' | translate: { count: selectedItems } }}) }
@if (quickFilters$ | async) { }
@if (listingMode === listingModes.table) {
@if (selectionEnabled) {
} @for (config of tableColumnConfigs; track config) { } @if (hasEmptyColumn) {
}
}