@if (row.type === 'content' && row.descriptionCell && _table.viewType === 'tablet') {
} @if (row.popularCell && (_table.viewType === 'desktop' || _table.viewType === 'tablet')) {
@if (!(_table.viewType === 'tablet')) { } @for (emptyCellBeforePopular of [].constructor(row.popularCell.forColumn - 1); track $index; let i = $index) { } @for (emptyCellAfterPopular of [].constructor(row.cells.length - row.popularCell.forColumn); track $index; let i = $index) { }
}
@if (row.type === 'header') { @if (_table.viewType === 'desktop') {
} @for (headerCell of row.cells; track headerCell; let i = $index) { } } @if (row.type === 'content') { @if (row.descriptionCell && _table.viewType === 'desktop') { } @for (cell of row.cells; track cell) { } @if (row.intersectionCell) { } } @if (row.type === 'footer') { @if (_table.viewType === 'desktop') {
} @for (footerCell of row.cells; track footerCell) { } }