From d0d4579f134b1ef16df33d57f53d8e4aa8de45d0 Mon Sep 17 00:00:00 2001 From: Deep Tailor Date: Fri, 5 Jun 2020 15:09:59 -0700 Subject: [PATCH] Give users the option to hide table headers (#3085) * working hide header config * Simplified Inspector UI layout * fix lint errors Co-authored-by: charlesh88 --- .../components/table-configuration.vue | 24 ++++++++++++++++++- .../telemetryTable/components/table.vue | 5 +++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/src/plugins/telemetryTable/components/table-configuration.vue b/src/plugins/telemetryTable/components/table-configuration.vue index 364d287393..105f8a0995 100644 --- a/src/plugins/telemetryTable/components/table-configuration.vue +++ b/src/plugins/telemetryTable/components/table-configuration.vue @@ -2,7 +2,7 @@