mirror of https://github.com/nocodb/nocodb
Pranav C
2 years ago
8 changed files with 41 additions and 76 deletions
@ -1,11 +1,11 @@ |
|||||||
<script setup lang="ts"></script> |
<script setup lang="ts"></script> |
||||||
|
|
||||||
<template> |
<template> |
||||||
<v-toolbar dense class="nc-table-toolbar elevation-0 xc-toolbar xc-border-bottom" style="z-index: 7"> |
<div dense class="nc-table-toolbar w-100 p-1 flex gap-1" style="z-index: 7"> |
||||||
<SmartsheetToolbarFieldsMenu :show-system-fields="false" /> |
<SmartsheetToolbarFieldsMenu :show-system-fields="false" /> |
||||||
<SmartsheetToolbarColumnFilterMenu /> |
<SmartsheetToolbarColumnFilterMenu /> |
||||||
<SmartsheetToolbarSortListMenu /> |
<SmartsheetToolbarSortListMenu /> |
||||||
</v-toolbar> |
</div> |
||||||
</template> |
</template> |
||||||
|
|
||||||
<style scoped></style> |
<style scoped></style> |
||||||
|
Loading…
Reference in new issue