{#each table.getHeaderGroups() as headerGroup (headerGroup.id)} {#each headerGroup.headers as header (header.id)} {#if !header.isPlaceholder} {/if} {/each} {/each} {#each table.getRowModel().rows as row (row.id)} onRowClick && onRowClick(row.original)} > {#each row.getVisibleCells() as cell (cell.id)} {/each} {:else} No hay resultados. {/each} {#if hasMore}
{#if loading}
Cargando más...
{:else}
Desplázate para cargar más
{/if}
{/if}