@if (config().data){
@for (row of config().rows; track row.attribute) { }
@if (row.titleComponent) { } @else { {{ getTitle(row, config().data) }} } @if (row.component) { } @else { {{ getFormattedValue(row, config().data) }} }
}