Hide column in table in v8.0

Solution (work-around)

  • This solution works, even though it is a work-around. Be sure to not have other windows of Grafana open when trying to save the panel and dashboard, otherwise the changes might not persist.
  1. Select panel title → InspectPanel JSON
  2. Set “type” to “table-old”
  3. Apply
  4. The visualization should now appear as Table (old) and in the right side will appear Column Styles
  5. Column StylesOptionsName pattern set the name of the column to hide
  6. TypeHidden
    select_panel_json

Many thanks to @codlord for mentioning the “table-old” solution

1 Like