|
|
@ -14,7 +14,7 @@ const { allowCSVDownload } = useSharedView() |
|
|
|
|
|
|
|
|
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div |
|
|
|
<div |
|
|
|
class="nc-table-toolbar w-full py-1 flex gap-1 items-center h-[var(--toolbar-height)] px-2 border-b overflow-x-hidden" |
|
|
|
class="nc-table-toolbar w-full py-1 flex gap-2 items-center h-[var(--toolbar-height)] px-2 border-b overflow-x-hidden" |
|
|
|
style="z-index: 7" |
|
|
|
style="z-index: 7" |
|
|
|
> |
|
|
|
> |
|
|
|
<LazySmartsheetToolbarViewActions |
|
|
|
<LazySmartsheetToolbarViewActions |
|
|
@ -25,7 +25,7 @@ const { allowCSVDownload } = useSharedView() |
|
|
|
|
|
|
|
|
|
|
|
<LazySmartsheetToolbarViewInfo v-if="!isUIAllowed('dataInsert') && !isPublic" /> |
|
|
|
<LazySmartsheetToolbarViewInfo v-if="!isUIAllowed('dataInsert') && !isPublic" /> |
|
|
|
|
|
|
|
|
|
|
|
<LazySmartsheetToolbarFieldsMenu v-if="isGrid || isGallery" :show-system-fields="false" class="ml-1" /> |
|
|
|
<LazySmartsheetToolbarFieldsMenu v-if="isGrid || isGallery" :show-system-fields="false" /> |
|
|
|
|
|
|
|
|
|
|
|
<LazySmartsheetToolbarColumnFilterMenu v-if="isGrid || isGallery" /> |
|
|
|
<LazySmartsheetToolbarColumnFilterMenu v-if="isGrid || isGallery" /> |
|
|
|
|
|
|
|
|
|
|
@ -37,11 +37,11 @@ const { allowCSVDownload } = useSharedView() |
|
|
|
|
|
|
|
|
|
|
|
<div class="flex-1" /> |
|
|
|
<div class="flex-1" /> |
|
|
|
|
|
|
|
|
|
|
|
<LazySmartsheetToolbarReload v-if="!isPublic && !isForm" class="mx-1" /> |
|
|
|
<LazySmartsheetToolbarReload v-if="!isPublic && !isForm" /> |
|
|
|
|
|
|
|
|
|
|
|
<LazySmartsheetToolbarAddRow v-if="isUIAllowed('dataInsert') && !isPublic && !isForm && !isSqlView" class="mx-1" /> |
|
|
|
<LazySmartsheetToolbarAddRow v-if="isUIAllowed('dataInsert') && !isPublic && !isForm && !isSqlView" /> |
|
|
|
|
|
|
|
|
|
|
|
<LazySmartsheetToolbarSearchData v-if="(isGrid || isGallery) && !isPublic" class="shrink mr-2 ml-2" /> |
|
|
|
<LazySmartsheetToolbarSearchData v-if="(isGrid || isGallery) && !isPublic" class="shrink mx-2" /> |
|
|
|
|
|
|
|
|
|
|
|
<template v-if="!isOpen && !isPublic"> |
|
|
|
<template v-if="!isOpen && !isPublic"> |
|
|
|
<div class="border-l-1 pl-3"> |
|
|
|
<div class="border-l-1 pl-3"> |
|
|
|