@for (row of rows; track row[0].value; let rowIndex = $index) {
@if (rowIndex === 0) { @for (items of [].constructor(previousItems); track $index) {
|
} } @for (item of row; track item; let colIndex = $index) {
{{item.displayValue}}
|
} @if (rowIndex === _lastRowIndex && _lastRowOffset) { @for (item of [].constructor(followingItems); track $index) {
|
} }
}