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