ag-grid: Unable to Change the Alignment of the Header Text for the Columns in the Grid to Center in Ag-grid v13.0.0 (Bug)
I’m submitting a … (check one with “x”)
[X ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/ceolter/ag-grid/blob/master/CONTRIBUTING.md#question
Current behavior
Prior to Ag-Grid v13.0.0; the Header Text for the Columns in the Grid were Center Align. In Ag-Grid v13.0.0; the Header Text for the Columns in the Grid are Left Align. I have changed the Style for .ag-header-cell-label and .ag-header-cell-text; but it is not aligning the Header Text to Center. Please fix this Issue.
Expected behavior
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
- ag-Grid version: 13.0.1
- Browser: Edge
- Language: Angular JS
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15
Here’s another, very simple solution:
And then just set the
headerClass
-attribute of the respective column totext-align: center
.Now work fine
The response from @nd48804 did not work for me. After inspecting the elements, I realize the menu button for the header was causing this “uncentered” header label.
What I did for ag-grid 17 using react is:
Unable to Change the Alignment of the Header Text for the Columns in the Grid to Center in Ag-grid in angular 5
https://stackoverflow.com/a/46495997/7289627 This answer helped me through the issue.