Profiles

{#each $table.getHeaderGroups() as headerGroup} {#each headerGroup.headers as header} {/each} {/each} {#each $table.getRowModel().rows as row} {#each row.getVisibleCells() as cell} {/each} {/each}
{#if !header.isPlaceholder} {/if}