+ {{ prependIcon }}
{{ column.title }}
mdi-translate
diff --git a/src/components/lab/editor/data-grid/grid/LabEditorDataGridGridDetailValueListItem.vue b/src/components/lab/editor/data-grid/grid/LabEditorDataGridGridDetailValueListItem.vue
new file mode 100644
index 00000000..6062c361
--- /dev/null
+++ b/src/components/lab/editor/data-grid/grid/LabEditorDataGridGridDetailValueListItem.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+ {{ value }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/lab/editor/data-grid/grid/LabEditorDataGridGridPropertyDetail.vue b/src/components/lab/editor/data-grid/grid/LabEditorDataGridGridPropertyDetail.vue
deleted file mode 100644
index 40643eb9..00000000
--- a/src/components/lab/editor/data-grid/grid/LabEditorDataGridGridPropertyDetail.vue
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
- {{ propertyDescriptor?.title || 'Unknown property' }}
-
-
-
-
-
-
-
-
-
diff --git a/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelector.vue b/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelector.vue
index 17c16a92..0baae7ff 100644
--- a/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelector.vue
+++ b/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelector.vue
@@ -6,7 +6,7 @@ import {
EntityPropertyType,
EntityPropertySectionSelection, DataGridConsoleParams, DataGridConsoleData
} from '@/model/editor/data-grid'
-import VClosableCardTitle from '@/components/base/VClosableCardTitle.vue'
+import VCardTitleWithActions from '@/components/base/VCardTitleWithActions.vue'
import LabEditorDataGridPropertySelectorSection from './LabEditorDataGridPropertySelectorSection.vue'
import LabEditorDataGridPropertySelectorSectionAttributeItem from './LabEditorDataGridPropertySelectorSectionAttributeItem.vue'
import LabEditorDataGridPropertySelectorSectionAssociatedDataItem from './LabEditorDataGridPropertySelectorSectionAssociatedDataItem.vue'
@@ -163,19 +163,33 @@ function togglePropertySectionSelection(sectionType: EntityPropertyType, newSele
density="comfortable"
v-bind="props"
>
-
mdi-view-column
+
mdi-view-column-outline
Select displayed properties
-
-
- Displayed properties
-
-
-
+
+
+
+ Displayed properties
+
+
+
+ mdi-close
+
+ Close selector
+
+
+
+
+
diff --git a/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelectorSection.vue b/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelectorSection.vue
index 5813eb98..5b48a968 100644
--- a/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelectorSection.vue
+++ b/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelectorSection.vue
@@ -79,7 +79,7 @@ function resolveNewSelection() {
diff --git a/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelectorSectionItem.vue b/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelectorSectionItem.vue
index cfe5dc64..630ba96e 100644
--- a/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelectorSectionItem.vue
+++ b/src/components/lab/editor/data-grid/property-selector/LabEditorDataGridPropertySelectorSectionItem.vue
@@ -1,6 +1,6 @@