@if (selectionMode === 'multiple' && showActionButtons) {
| } @if (selectionMode === 'multiple') { |
|
}
@for (column of tableColumns; track column; let index = $index) {
@if (column.visible && column.forceVisibility !== 'hidden') {
{{ column.headerGetter(column.id, index) | translate }} | } @if (this.rowDetailButtonTemplate) {}} |
|---|---|---|---|
|
|
} @if (selectionMode === 'multiple') {
|
}
@for (column of tableColumns; track column; let columnIndex = $index) {
@if (column.visible && column.forceVisibility !== 'hidden') {
@if (column.template) {
|
@if (this.rowDetailButtonTemplate) {
|
}}}
|
|
{{ ('TABLES.EMPTY' | translate) ?? 'No records were found!' }} |
}
}