@if (loading) {
} @if (!loading) {
@if (sel) { {{ sel.label }} } {{ opt.label }} @if (savingLayout) { } Come vengono mostrate le azioni di riga nella tabella (a tendina o icone in linea)
@for (func of functions; track func) { @if (editingFunc !== func) { } @if (expandedFunc === func && editingFunc !== func) { } @if (editingFunc === func) { } } @if (functions.length === 0) { }
# Nome Testo Bottone Tipo Icona Funzione Parametri Colore Vis. Azioni
{{ func.mdfu_order }} {{ func.mdfu_nome }} @if (func.mdfu_view_name) { {{ func.mdfu_view_name }} } @if (!func.mdfu_view_name) { - } @if (func.mdfu_icon) { } {{ func.mdfu_icon }} {{ func.mdfu_function }} @for (p of func.mdfu_params; track p; let last = $last) { {{ p.chiave }}@if (!last) { , } } @if (func.mdfu_color) { {{ func.mdfu_color }} } @if (!func.mdfu_color) { - } {{ func.mdfu_view }}
Ruoli per "{{ func.mdfu_nome }}"
@if (editForm.icon) { }
@for (p of editForm.params; track p; let i = $index) {
}
@if (selected) {
@if (selected.color) { } {{ selected.label }}
}
@if (opt.color) { } {{ opt.label }}
Nessuna azione configurata per questo modulo
Nuova Azione
@if (newForm.icon) { }
@if (selected) {
@if (selected.color) { } {{ selected.label }}
}
@if (opt.color) { } {{ opt.label }}
@for (p of newForm.params; track p; let i = $index) {
}
}