debounce(e.currentTarget.value, (v) => { fullText = v; })} oninput={(e) => debounce(e.currentTarget.value, (v) => { fullText = v; })} />
{#each table.getHeaderGroups() as headerGroup (headerGroup.id)} {#each headerGroup.headers as header (header.id)} {#if !header.isPlaceholder} {/if} {/each} {/each} {#each table.getRowModel().rows as row (row.id)} {#each row.getVisibleCells() as cell (cell.id)} {/each} {:else} Keine Einträge gefunden. {/each}