{#each columnChunks as chunk, chunkIndex} {#each chunk as col, rowIndex} {#if $inplaceEditorState.cell && rowIndex == $inplaceEditorState.cell[0] && chunkIndex * 2 + 1 == $inplaceEditorState.cell[1]} { former.setCellValue(col.uniqueName, value); }} /> {/if} {/each}
1 ? `height: ${rowHeight}px` : undefined} class:isSelected={currentCell[0] == rowIndex && currentCell[1] == chunkIndex * 2} bind:this={domCells[`${rowIndex},${chunkIndex * 2}`]} >
{#if col.foreignKey} { e.stopPropagation(); formDisplay.toggleExpandedColumn(col.uniqueName); }} /> {:else} {/if} ${col.foreignKey.refTableName}` : null} />
{/each} { activator.activate(); invalidateCommands(); }} on:keydown={handleKeyDown} on:copy={copyToClipboard} />
{#if rowCountInfo}
{rowCountInfo}
{/if}
{#if isLoading} {/if}