Table: Add default cell link style and tooltip to data links in table (#23818)

This commit is contained in:
Dominik Prokop
2020-04-23 13:57:08 +02:00
committed by GitHub
parent f4d40224f2
commit c9e7796b33
4 changed files with 12 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import { PanelPlugin } from '@grafana/data';
import { TablePanel } from './TablePanel';
import { CustomFieldConfig, Options } from './types';
import { tablePanelChangedHandler, tableMigrationHandler } from './migrations';
import { TableCellDisplayMode } from '@grafana/ui/src/components/Table/types';
import { TableCellDisplayMode } from '@grafana/ui';
export const plugin = new PanelPlugin<Options, CustomFieldConfig>(TablePanel)
.setPanelChangeHandler(tablePanelChangedHandler)