|
|
@ -48,7 +48,7 @@ useProvideSmartsheetRowStore(vModel, rowRef) |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="!my-3 text-xs">Default Value</div> |
|
|
|
<div class="!my-3 text-xs">Default Value</div> |
|
|
|
<div class="flex flex-row gap-2"> |
|
|
|
<div class="flex flex-row gap-2"> |
|
|
|
<div class="border-1 flex items-center w-full px-1 my-[-4px] border-gray-300 rounded-md"> |
|
|
|
<div class="border-1 flex items-center w-full px-3 my-[-4px] border-gray-300 rounded-md"> |
|
|
|
<LazySmartsheetCell :column="vModel" :model-value="cdfValue" :edit-enabled="true" /> |
|
|
|
<LazySmartsheetCell :column="vModel" :model-value="cdfValue" :edit-enabled="true" /> |
|
|
|
<component |
|
|
|
<component |
|
|
|
:is="iconMap.close" |
|
|
|
:is="iconMap.close" |
|
|
|