{#if title}

{title}

{:else} {/if}
{#each rows as row, rowIdx (rowIdx)}
{#each row as it, colIdx (colIdx)} {@render item?.(it, rowOffsets[rowIdx] + colIdx)} {/each}
{/each}