{{ tableTitle () }}
@if(showFilterButton()){
} @if(showImportExportButtons()){
} @if(showAddButton()){
} @if (showSearch()) {
}
@if (toolbarTemplate(); as toolbar) {
@if (filterActionsTemplate(); as filterActions) {
}
}
@for (column of columns(); track column.key) { } @if (actions().length > 0) { } @if (loading()) { } @else if (rows().length === 0) { } @else { @for (row of rows(); track row['id'] ?? $index; let rowIndex = $index) { @for (column of columns(); track column.key) { } @if (actions().length > 0) { } } }
{{ column.label }} @if (column.sortable) { } Action
Loading data...

{{ emptyMessage() }}

@if (emptyDescription()) {

{{ emptyDescription() }}

}
@if (getCellTemplate(column); as customTemplate) { } @else if (column.badge) { {{ getDisplayValue(column, row) }} } @else { {{ getDisplayValue(column, row) }} }
@if (showPaginator()) { }