| {{label()}} |
@switch (type()) {
@case ('flag') {
{{ rowValue() || 'false' }}
}
@case ('list') {
@for (provider of dataArray(); track $index) {
{{ provider || '[empty string] ' }}
}
}
@default {
@if (rowValue() && renderValueAsJson()) {
} @else {
{{ rowValue() || '[empty string] ' }}
}
}
}
|
@if (actionBtnType() !== 'none') {
}