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