query records

This commit is contained in:
2026-01-12 20:47:53 +02:00
parent 178b9309ec
commit 25d3b525f6
7 changed files with 109 additions and 32 deletions
+7 -1
View File
@@ -78,7 +78,7 @@
></Checkbox> -->
<a
href="{app.url('records')}{qRecord.record.id}"
href="{app.url('records/')}{qRecord.record.id}"
target={inModal ? "_blank" : "_self"}
>
<!-- {#if record.status === "draft"}
@@ -96,6 +96,12 @@
<td>
{qRecord.data.find((f) => f.fieldId === field.id)
?.value}
<ul>
{#each qRecord.children.filter((e) => e.edge.fieldId === field.id) as child}
<li>{child.recordPreview.title}</li>
{/each}
</ul>
</td>
{/each}
<!-- <RecordRow