@if (rows().length > 0) {
@for (col of columns(); track col.key) { } @for (row of rows(); track trackByKey($index, row)) { @for (col of columns(); track col.key) { } }
{{ col.header }}
{{ cellValue(row, col) }}
} @else { }