Question
Improperly scoped variable 'fv!row' in gridColumn
Hi,
Could you tell me why the "fv!row" is not accepted for gridColumn attributes other than "value" please ?
How may I hide this column using showWhen ?
a!gridColumn(
label: fv!row.label => Improperly scoped variable
value: fv!row.amount, => OK no issue
showWhen: fv!row.isactive => Improperly scoped variable
),
