From c360b4ba311687191c49cfe58c0a298a94a72054 Mon Sep 17 00:00:00 2001 From: Leopold Talirz Date: Sun, 10 Mar 2024 11:59:44 +0100 Subject: [PATCH] chore: hide distribution channels The "distribution channels" column bloats the table and is rarely going to be something that users focus on. Interested users can bring it back via the column picker dropdown. --- src/components/Columns.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Columns.js b/src/components/Columns.js index d9a783e..6bcdd08 100644 --- a/src/components/Columns.js +++ b/src/components/Columns.js @@ -109,6 +109,7 @@ function getColumns(data, year) { options: { filter: true, sort: false, + display: false, customBodyRenderLite: (dataIndex) => { return TooltipTexts( data[dataIndex]["distribution_channels"],