- {{ t('word.settings') }}
+ {{ t('word.settings') }}
- {{ t('word.settings') }}
+ {{ t('word.settings') }}
{{ t('message.insertRow', 2) }}
-
= ref(null);
const tabUid = ref('data');
@@ -428,6 +442,21 @@ const hasApproximately = computed(() => {
results.value[0].rows.length < approximateCount.value;
});
+const openTableSettingTab = () => {
+ newTab({
+ uid: workspace.value.uid,
+ elementName: props.table,
+ schema: props.schema,
+ type: 'table-props',
+ elementType: 'table'
+ });
+
+ changeBreadcrumbs({
+ schema: props.schema,
+ table: props.table
+ });
+};
+
watch(() => props.schema, () => {
if (props.isSelected) {
page.value = 1;