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