@if (isInSelectionMode()) { } @else {
}
@if (sortOrder === 1) { } @else if (sortOrder === -1) { } @else if (sortOrder === 0) { } {{ paginatorText() }} @if (reorderableRows()) { }
{{ expandedIconTooltip() }}
@for (column of columns; track column.id) { @if (isColumnDisplayed(column.id)) { @if (column.sortable) { {{ column.label }} {{ column.labelSmall }} } @else { {{ column.label }} {{ column.labelSmall }} } } }
Actions
Column displayed:
@for (column of columns; track column) {
}
@if (reorderableRows()) { @if (inInTouchScreen()) { @let position = index + pagination.start; @if (index !== 0) { } @if (index !== totalRecords - 1) { } } @else { } } @if (columnConfig() || actionCell) {
}
@if (noResults) { } @else { No results found. }
@if (expandedRow) { }