@if (itemsRow) {
@for (item of itemsRow; track trackByItem(col, item); let col = $index) {
@if (item === 'loadingCell') { } @if (isObject(item)) { }
}
}
@if (dataSource.isEmpty) { } @if (dataSource.initialDataLoading) { } @else { }