Revert "TablePanel: Improve and align table styles with rest of Grafana"

This reverts commit 1e28ee41cc.
This commit is contained in:
Torkel Ödegaard
2022-12-15 07:15:35 +01:00
parent 1e28ee41cc
commit 79ffb699ee
4 changed files with 16 additions and 28 deletions

View File

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