Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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;
}