Hi Guy,
i need hide property if the property is empty.
the code is next
var _importeCantidadChico = _templateFor({ I: { align: Enum.align.right, template: (' ${I}' === '') ? '' : 'Importe:' + ' ${I}' }, C: { align: Enum.align.right, template: 'Cuotapartes' + ': ${C}' } }, { separator: '<br/>' });
the ' ${I}' no get value, but the line 'Importe:' + ' ${I}' } print Importe: "empty"
sincerely
Hello,
Can you provide an isolated running example demonstrating this?
Also can you share what _templateFor is returning? And what is the format of the data records?