@if (showHeader) {
}
@if (!hasItems()) {
{{ literals.noData }}
} @for (item of items; track trackBy; let index = $index) {
@if (select) {
} {{ getItemTitle(item) }} {{ getItemTitle(item) }} {{ getItemTitle(item) }}
@if (showButtonsActions) {
@for (action of visibleActions; track action) { }
} @if (showPopupActions) {
}
@if (hasContentTemplate) {
} @if (hasDetailTemplate && item.$showDetail) {
}
@if (hasDetailTemplate) {
}
}
@if (displayShowMoreButton) {
}