diff --git a/app/gui2/src/components/visualizations/TableVisualization.vue b/app/gui2/src/components/visualizations/TableVisualization.vue index 38d0031e18..0affdf3084 100644 --- a/app/gui2/src/components/visualizations/TableVisualization.vue +++ b/app/gui2/src/components/visualizations/TableVisualization.vue @@ -330,7 +330,7 @@ function toField(name: string, valueType?: ValueType | null | undefined): ColDef const menu = ` ` const sort = ` - + @@ -343,7 +343,6 @@ function toField(name: string, valueType?: ValueType | null | undefined): ColDef field: name, headerComponentParams: { template, - enableSorting: true, setAriaSort: () => {}, }, headerTooltip: displayValue ? displayValue : '', @@ -406,7 +405,7 @@ function toLinkField(fieldName: string): ColDef { field: fieldName, onCellDoubleClicked: (params) => createNode(params), tooltipValueGetter: () => { - return `Double click to view this ${newNodeSelectorValues.value.tooltipValue} in a separate node` + return `Double click to view this ${newNodeSelectorValues.value.tooltipValue} in a separate component` }, cellRenderer: (params: any) => ` ${params.value} `, } @@ -657,7 +656,7 @@ onUnmounted(() => { v-text="limit" > -
+