{header}
{#if resetValue.length == 0}
When no columns are defined in this mapping, source row is copied to target without any modifications
{/if} (value = (value || []).map((x, i) => (i == index ? { ...x, skip: !e.target.checked, ignore: false } : x)))} /> (value = (value || []).map((x, i) => (i == index ? { ...x, src: column, ignore: false } : x)))} tableInfo={sourceTableInfo} /> (value = (value || []).map((x, i) => (i == index ? { ...x, dst: column, ignore: false } : x)))} tableInfo={targetTableInfo} /> { value = value.filter((x, i) => i != index); }}>Remove {#if validationError}
{validationError}
{/if} { closeCurrentModal(); onConfirm(!value || value.length == 0 || !differentFromReset ? null : value); }} /> { value = [...(value || []), {}]; }} /> { value = resetValue; }} />