@if (hasColumns()) {
@if (loading()) {
@for (i of skeletonRows(); track i) {
}
} @else if (isEmpty()) {
{{
(noMatches() ? "noMatchingItems" : "nothingToShow") | i18n
}}
} @else if (isVirtualized()) {
} @else {
@for (item of renderItems(); track trackRenderItem($index, item)) {
}
}
} @else {
}