@if (selectedRowItemsCount < 1) { {{ titleKey | translate: { count: selectedRowItemsCount } }} } @else { {{ 'APP.HEADER.SELECTED' | translate: { count: selectedRowItemsCount } }} }

@for (column of columns; track trackByColumnId($index, column)) { @if (column.template && !(column.desktopOnly && isSmallScreen)) { } @else if (!column.template && !(column.desktopOnly && isSmallScreen)) { } }
@if (infoDrawerOpened$ | async) { }