{#each keyInfo.tableColumns as column}
{column.name}
{ if (onChangeItem) { onChangeItem({ ...item, [column.name]: e.detail, }); } }} />
{/each}