@for (button of globalActions; track button) { }
@if (showGlobalFilter && enableGlobalFilter) { @if (criteriaFields.length) { } }
@if (selectionMode === TableSelectionMode.MULTIPLE) { } @for (col of translatedColumns; let i = $index; track col) { {{ col.header }} @if (col.sortable) { } } @if (showActionsColumn && actions.length > 0) { Actions } @if (selectionMode === TableSelectionMode.MULTIPLE) { } @for (col of columns; track col) { @if (col.switchable) { } @else { } {{ getFormattedPrice(item, col) }} FCFA {{ getCellValue(item, col) | date: 'dd/MM/yyyy' }} {{ getCellValue(item, col) | number }} Image {{ getCellValue(item, col) ?? '--' }} } @if (showActionsColumn && actions.length > 0) { }
{{ 'common.noData' | translate }}