@for (source of sources; track trackBySourcesIndex(index, source); let index = $index) { @if (isActiveTab(index)) {
@if (showTimestamp) { {{ 'widgets.table.timestamp-column-name' | translate }} } @for (h of source.header; track trackByColumnIndex($index, h)) { {{ h.dataKey.label }} } @if (source.timeseriesDatasource.countCellButtonAction) {
}
@if (source.timeseriesDatasource.countCellButtonAction) {
@for (actionDescriptor of row.actionCellButtons; track trackByActionCellDescriptionId($index, actionDescriptor)) { @if (!actionDescriptor.icon) { } @if (actionDescriptor.icon) { } }
@if (row.hasActions) {
@for (actionDescriptor of row.actionCellButtons; track trackByActionCellDescriptionId($index, actionDescriptor)) { @if (actionDescriptor.icon) { } }
} }
{{ noDataDisplayMessageText }}
@if (displayPagination) { } @if (displayPagination) { } }
}