Skip to content

Commit

Permalink
chore: hide distribution channels
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ltalirz committed Mar 10, 2024
1 parent ecf72df commit c360b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function getColumns(data, year) {
options: {
filter: true,
sort: false,
display: false,
customBodyRenderLite: (dataIndex) => {
return TooltipTexts(
data[dataIndex]["distribution_channels"],
Expand Down

0 comments on commit c360b4b

Please sign in to comment.