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