{#if title}
{title}
{:else}
{/if}
page(-1)} disabled={atStart} >
page(1)} disabled={atEnd} >
{#each rows as row, rowIdx (rowIdx)}
{#each row as it, colIdx (colIdx)} {@render item?.(it, rowOffsets[rowIdx] + colIdx)} {/each}
{/each}