custom expressions in query designer #306

This commit is contained in:
Jan Prochazka
2022-07-16 20:53:11 +02:00
parent c368ad8d54
commit a4e5630f89
4 changed files with 59 additions and 25 deletions

View File

@@ -92,6 +92,8 @@
{:else if col.slot == 5}<slot name="5" {row} {index} />
{:else if col.slot == 6}<slot name="6" {row} {index} />
{:else if col.slot == 7}<slot name="7" {row} {index} />
{:else if col.slot == 8}<slot name="8" {row} {index} />
{:else if col.slot == 9}<slot name="9" {row} {index} />
{/if}
{:else}
{row[col.fieldName] || ''}