experiment/tanstack #172

Merged
niggl merged 106 commits from experiment/tanstack into dev 2023-04-12 19:31:47 +00:00
2 changed files with 69 additions and 70 deletions
Showing only changes of commit 9def0b27c9 - Show all commits

View File

@ -214,7 +214,7 @@
/>
</th>
{#each headerGroup.headers as header}
<TableHeader {header}></TableHeader>
<TableHeader {header} />
{/each}
</tr>
{/each}
@ -245,7 +245,6 @@
</table>
</div>
<div class="h-2" />
{/if}
{/if}
<TableBottom {table} {selected}></TableBottom>
<TableBottom {table} {selected} />

View File

@ -1,8 +1,8 @@
<script>
export let table;
export let selected;
</script>
<div class="flex items-center gap-2">
<button
class="border rounded p-1"