debounce(e.currentTarget.value, (v) => { fullText = v; })} oninput={(e) => debounce(e.currentTarget.value, (v) => { fullText = v; })} />
(actionTypes = e)}>
Aktionstypen ({actionTypes.length})
{#each ["JOIN", "LEAVE", "COMMAND", "SENSITIVE_COMMAND", "CHAT", "GUI_OPEN", "GUI_CLOSE", "GUI_CLICK"] as option}
{option}
{/each}
(sorting = e)}>
{sorting === "ASC" ? "Aufsteigend" : "Absteigend"}
Aufsteigend
Absteigend
{#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}
(pagination = { pageSize: +e, pageIndex: 0 })}>
{pagination.pageSize}
5
10
25
50
100
200
table.previousPage()} disabled={!table.getCanPreviousPage()}>Previous
table.nextPage()} disabled={!table.getCanNextPage()}>Next