I am using the CSS setting to align the header text to left side, like this:
.ht_clone_top th {
text-align: left !important;
padding-left: 2px !important;
}
See screen shot to see issue.
How would I left align the column header of a frozen column?
it works for all columns except for the frozen column header.