@if(anteprima){
@for (row of tableData; track indexRow; let indexRow = $index) { @if (hasValidCell(row)) { @for (cell of row; track cell) { @if ((cell.label || cell.type === 9 || cell.type === 10) && (!cell.settings || cell.type === 9 || cell.type === 10)) { } } @if (validCells(row).length > 1) { @for (index of getEmptyCols(4 - row.length); track index) { } } } }
} @if(settings){
@if(tableData[0]){
@for (row of tableData; track row; let indexRow = $index) { @for (cell of row; track cell) { } }
Settings
@if(cell.label && cell.settings){ }
}
} @if(!anteprima && ! settings) {

@for (t of types; track t) {
{{ t.label }}
}
@for (col of tableData[0]; track col; let i = $index) { } @for (row of tableData; track row; let indexRow = $index) { @for (cell of row; track cell) { } }
Col {{ i + 1 }}
{{ cell.label }} @if (cell.name) {       }
}