Projects
A list of all the projects in your organsation.
{#each $headerRows as headerRow (headerRow.id)}
{#each headerRow.cells as cell (cell.id)}
{/each}
{/each}
{#each $rows as row (row.id)}
{#each row.cells as cell (cell.id)} {@const materialisedCell = cell.render()}
{/each}
{/each}