mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 11:46:48 +00:00
feat: combinetable & views, allow disabling views
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -229,6 +229,7 @@
|
||||
<v-icon small class="nc-child-draggable-icon">
|
||||
mdi-drag-vertical
|
||||
</v-icon>
|
||||
|
||||
<v-list-item-icon>
|
||||
<v-icon
|
||||
v-if="icons[child._nodes.type].openIcon"
|
||||
@@ -716,6 +717,7 @@ export default {
|
||||
dlgLabelSubmitCancel,
|
||||
},
|
||||
data: () => ({
|
||||
drag:false,
|
||||
dragOptions:{
|
||||
animation: 200,
|
||||
group: "description",
|
||||
|
||||
Reference in New Issue
Block a user