{{ tableTitle () }}
@if(showFilterButton()){
} @if(showImportExportButtons()){
} @if(showAddButton()){
} @if (showSearch()) {
}
@if (toolbarTemplate(); as toolbar) {
@if (filterActionsTemplate(); as filterActions) {
}
}
@for (column of columns(); track column.key) { {{ column.label }} @if (column.sortable) { } } @if (actions().length > 0) { Action } @for (column of columns(); track column.key) { @if (getCellTemplate(column); as customTemplate) { } @else if (column.badge) { {{ getDisplayValue(column, row) }} } @else { {{ getDisplayValue(column, row) }} } } @if (actions().length > 0) {
}
Loading data...

{{ emptyMessage() }}

@if (emptyDescription()) {

{{ emptyDescription() }}

}
@if (showPaginator()) { }