Insert join
Existing table
New table
Join
({ name }))} bind:selectedIndex={joinIndex} bind:domTable={domJoin} selectable on:keydown={joinKeyDown} columns={[{ fieldName: 'name', header: 'Join type' }]} />
Alias
{ // @ts-ignore alias = e.target.value; }} bind:domEditor={domAlias} on:keydown={aliasKeyDown} />
{ closeCurrentModal(); onInsert(sqlPreview); }} />