My question is similar to this question
I want to remove the drop down menu at the top of the column headers, but then I also want to align the text of the column headers to the right side.
.ui-grid-header-cell {
text-align: right;
}
Currently, when I try to do this, the carrot disappears, but there is still a blank on the right side of each column header. So the text is still not truly aligned to the right.
How do I make it so the carrot for the menu disappears and the column headers are pushed to the far right border without any additional space between the text and the columns border?