mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table: Make the height of the table include header cells (#21824)
* Mak table panel with padding * Make table have a correct height
This commit is contained in:
@@ -4,7 +4,4 @@ import { TablePanelEditor } from './TablePanelEditor';
|
||||
import { TablePanel } from './TablePanel';
|
||||
import { Options, defaults } from './types';
|
||||
|
||||
export const plugin = new PanelPlugin<Options>(TablePanel)
|
||||
.setNoPadding()
|
||||
.setDefaults(defaults)
|
||||
.setEditor(TablePanelEditor);
|
||||
export const plugin = new PanelPlugin<Options>(TablePanel).setDefaults(defaults).setEditor(TablePanelEditor);
|
||||
|
||||
Reference in New Issue
Block a user