Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
dwighttrumbower
Creator II
Creator II

Pivot Table column header justification, can it be done?

One can justify the data in a column but can you justify the column headers? I could not find a way. It seems to only be center justification.

 

Labels (2)
1 Reply
robert_mika
MVP
MVP

You cannot , maybe thru custom CSS but not as default. Like

.qv-st-header-cell-content {
justify-content: flex-start !important;
text-align: left !important;
}