mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table Panel: Revert row number column changes (#65470)
* baldm0mma/revert * baldm0mma/revert * baldm0mma/revert/ update tests * baldm0mma/revert/ add back isCountRowsSet condition * baldm0mma/revert/ update tests * baldm0mma/revert update annos
This commit is contained in:
@@ -126,11 +126,6 @@ export const plugin = new PanelPlugin<PanelOptions, TableFieldOptions>(TablePane
|
||||
],
|
||||
},
|
||||
})
|
||||
.addBooleanSwitch({
|
||||
path: 'showRowNums',
|
||||
name: 'Show row numbers',
|
||||
defaultValue: defaultPanelOptions.showRowNums,
|
||||
})
|
||||
.addBooleanSwitch({
|
||||
path: 'footer.show',
|
||||
category: [footerCategory],
|
||||
|
||||
Reference in New Issue
Block a user