@for (column of _columns(); track column.label) {
} @for (row of _data(); track $index) { @for (cell of row; track cell.label) {
{{ cell.label }}
} }