I came across a question similar to this one
My goal is to eliminate the dropdown menu from the column headers and align the text of the headers to the right.
.ui-grid-header-cell {
text-align: right;
}
However, my current attempts result in the disappearance of the carrot icon but leave a blank space on the right side of each column header. This means that the text isn't truly aligned to the right.
https://i.stack.imgur.com/FZ1cV.png
How can I remove the carrot icon while ensuring that the column headers are flush against the far right border without any additional spacing between the text and the border?