|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
import type { ColumnType, LinkToAnotherRecordType, LookupType } from 'nocodb-sdk' |
|
|
|
|
import { RelationTypes, UITypes, isVirtualCol } from 'nocodb-sdk' |
|
|
|
|
import type { Ref } from 'vue' |
|
|
|
|
import { CellValueInj, ColumnInj, MetaInj, ReadonlyInj, computed, inject, provide, useColumn, useMetas } from '#imports' |
|
|
|
|
import { CellUrlDisableOverlayInj, CellValueInj, ColumnInj, MetaInj, ReadonlyInj, computed, inject, provide, useColumn, useMetas } from '#imports' |
|
|
|
|
|
|
|
|
|
const { metas, getMeta } = useMetas() |
|
|
|
|
|
|
|
|
@ -32,6 +32,7 @@ const lookupColumn = computed<any>(
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
provide(MetaInj, lookupTableMeta) |
|
|
|
|
provide(CellUrlDisableOverlayInj, true) |
|
|
|
|
|
|
|
|
|
const lookupColumnMetaProps = useColumn(lookupColumn) |
|
|
|
|
</script> |
|
|
|
|