Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to hide table header #3783

Closed
costimuraru opened this issue Jan 18, 2016 · 13 comments
Closed

Possibility to hide table header #3783

costimuraru opened this issue Jan 18, 2016 · 13 comments

Comments

@costimuraru
Copy link

In order to gain some space on the main dashboard, it would be helpful to have an option in the table panel to hide the table header (the one containing "Metric"/"Max"/"Avg"/etc.).

@bergquist
Copy link
Contributor

If you just remove the Panel title it will be smaller.

image

@costimuraru
Copy link
Author

@bergquist, thanks for the quick response. I am actually referring to this:

ss

There's currently no way of hiding the header when dealing with a table panel.

@mattiaswolff
Copy link

+1

1 similar comment
@michakrause
Copy link

+1

@bergquist bergquist reopened this Mar 1, 2016
@bergquist
Copy link
Contributor

@costimuraru sorry. I missed your reply :/ What's the reason to using table and hiding the header?

@michakrause
Copy link

The header takes a lot of space, especially on very small tables (2 rows for example).
As seen in the example from @costimuraru it also often contains no valuable information at all, because you can probably guess what column displays the metric, and which shows the value.

@RollingFred
Copy link

+1
I'm using a table to display log entries coming from ES. The content is self descriptive (timestamp, severity, text)
The header is unnecessary in our case (and the column headers are displaying field raw name, which is pretty ugly)

@bergquist bergquist added this to the 3.1.0 milestone May 2, 2016
@torkelo torkelo removed this from the 3.1.0-beta1 milestone Jun 23, 2016
@majkinetor
Copy link

+1

If many tables have time/value format it doesn't convey any new information either.

@macrenc
Copy link

macrenc commented Feb 13, 2018

+1
I am using multiple tables in one dashboard and there is always 2 columns per table, key and value. Nobody needs to see the column headings for these tables, because it's clear what they represent.

@claudiutraistaru-cluttered

+1
I use this as a workaround to display a text value and no need for header

@chrisjacksonsw
Copy link

I too have used the table panel to display text from the grafana database as a workaround. In my case it's an html link to a query that allows the user to see where the metrics are coming from and dig a bit deeper into the information. If the single stat panel had an option to refer to an external link (generated dynamically from the database) this would be better.

@infa-kparida
Copy link

+1

@torkelo
Copy link
Member

torkelo commented May 8, 2020

Implemented in new table panel in 7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests