{#each statusOptions as option}
{option.label}
{/each}
{#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
{showColumnMenu ? "▼" : "▶"}
{#if showColumnMenu}
(showColumnMenu = false)}> {#each columns as column}
{column.label}
{/each}
{/if}
{#each refreshRateOptions as option}
{option.label}
{/each}
(isFrozen = !isFrozen)} title={isFrozen ? "Resume Updates" : "Pause Updates"} > {#if isFrozen} ▶ {:else} ⏸ {/if}