Is there a way to align the column headers to the right in AgGrid without having to implement a custom header component? It seems like a lot of work for something that should be simple.
You can see an example here: https://stackblitz.com/edit/angular-ag-grid-angular-ebvgjb
Here is an image showing what I want to achieve: Align price column heading to right to match alignment with cell contents
The libraries I am using are:
"ag-grid-angular": "21.2.1"
"ag-grid-community": "21.2.1"