{{ getCaption() }}

@if (canCreate()) { } @for (action of tableActions(); track action.action) { @if (canExecuteAction(action)) { } }
@if (viewError()) { } @for (column of displayedColumns(); track column) { } @if (sortedRecords().length > 0) { @for (record of sortedRecords(); track trackByRecord($index, record)) { @for (column of displayedColumns(); track column) { } } }
@if (column !== 'actions') { } @else { {{ colCaption(column) }} }
@if (isLinkColumn(column)) { {{ displayValue(column, record[column]) }} } @else if (isBoolean(column)) { } @else if (column !== 'actions') { {{ displayValue(column, record[column]) }} } @else { @if (canUpdate() || canRead()) { } @if (canDelete()) { } @for (action of recordActions(); track action.action) { @if (canExecuteAction(action)) { } } }
@if (total() > pageSizeOptions[0]) { } @if (records().length === 0 && displayedColumns().length > 0 && !viewError()) {

No records found.

}