{#each columnOptions.slice(1) as { label }} {/each} {#each preview as row} {#each row.vals as cell} {/each} {/each}
{label}
{cell}