@if (pageTitle || showAdd || filter || caption) {
{{ pageTitle }}
@if (showAdd || filter) {
@if (filter) { } @if (showAdd) { }
}
} @for (col of columns; track col.header) { {{ col.header }} } @if (actionsCount()) { } @for (col of columns; track col.field) { @if (getTemplate(col)) { } @else if (col.canCopy) { } @else { {{ getCell(item, col) }} } } @if (actionsCount()) { } @for (i of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]; track i) { @for (col of columns; track col) { } @if (actionsCount()) { } }
@if (showPaginator) { }
@if (filter) {
}