mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Revert "TablePanel: Improve and align table styles with rest of Grafana"
This reverts commit 1e28ee41cc.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user