Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
hide constant cols block when empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Apr 26, 2024
1 parent 150887f commit b46be35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/skrubview/_data/templates/dataframe-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@
display: none;
}

{{ report_id_selector }}.skrubview-report .skrubview-constant-columns-summary:not(:has(dt:not([data-is-excluded-by-filter]))){
display: none;
}

0 comments on commit b46be35

Please sign in to comment.