updateBehaviorConfig("itemsPerPage", itemsPerPage)} aria-label="Items per page" > {#each itemsPerPageOptions as option}
{option} per page
{/each}
changePage(1)} > ««
changePage(currentPage - 1)} > «
Page {currentPage} of {totalPages}
({totalResults} processes)
changePage(currentPage + 1)} > »
changePage(totalPages)} > »»
(showColumnMenu = !showColumnMenu)} aria-label="Toggle columns" > Columns
{#if showColumnMenu}
{:else}
{/if}
{#if showColumnMenu}
(showColumnMenu = false)}> {#each columns as column}
handleColumnVisibilityChange( column.id, e.currentTarget.checked, )} />
{column.label}
{/each}
{/if}