Update DomainTableView when the table rows change

This commit is contained in:
Melon 2024-08-03 00:48:28 +01:00
parent d2c633b0d0
commit f99609289f
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -232,7 +232,7 @@
{/if} {/if}
{#each recordTypes as recordType} {#each recordTypes as recordType}
<DomainTableView recordName={recordType.name} {table} emptyRecord={recordType.empty} {rowOrdering} isTRecord={recordType.filter}> <DomainTableView recordName={recordType.name} table={$table} emptyRecord={recordType.empty} {rowOrdering} isTRecord={recordType.filter}>
<tr slot="headers"> <tr slot="headers">
{#each recordType.headers as header} {#each recordType.headers as header}
<th>{header}</th> <th>{header}</th>