|
|
@ -1,6 +1,6 @@ |
|
|
|
<script lang="ts" setup> |
|
|
|
<script lang="ts" setup> |
|
|
|
import Draggable from 'vuedraggable' |
|
|
|
import Draggable from 'vuedraggable' |
|
|
|
import { isVirtualCol } from 'nocodb-sdk' |
|
|
|
import { UITypes, isVirtualCol } from 'nocodb-sdk' |
|
|
|
import { |
|
|
|
import { |
|
|
|
ActiveViewInj, |
|
|
|
ActiveViewInj, |
|
|
|
FieldsInj, |
|
|
|
FieldsInj, |
|
|
@ -381,6 +381,7 @@ watch( |
|
|
|
<div |
|
|
|
<div |
|
|
|
v-if="!isRowEmpty(record, col)" |
|
|
|
v-if="!isRowEmpty(record, col)" |
|
|
|
class="flex flex-row w-full items-center justify-start pl-[6px]" |
|
|
|
class="flex flex-row w-full items-center justify-start pl-[6px]" |
|
|
|
|
|
|
|
:class="{ '!ml-[-12px]': col.uidt === UITypes.SingleSelect }" |
|
|
|
> |
|
|
|
> |
|
|
|
<LazySmartsheetVirtualCell |
|
|
|
<LazySmartsheetVirtualCell |
|
|
|
v-if="isVirtualCol(col)" |
|
|
|
v-if="isVirtualCol(col)" |
|
|
|