TablePanel: Improve and align table styles with rest of Grafana

This commit is contained in:
Torkel Ödegaard
2022-12-15 07:14:17 +01:00
parent 0e7c95a4d2
commit 1e28ee41cc
4 changed files with 28 additions and 16 deletions

View File

@@ -20,7 +20,6 @@ const footerCategory = 'Table footer';
export const plugin = new PanelPlugin<PanelOptions, TableFieldOptions>(TablePanel)
.setPanelChangeHandler(tablePanelChangedHandler)
.setMigrationHandler(tableMigrationHandler)
.setNoPadding()
.useFieldConfig({
useCustomConfig: (builder) => {
builder