javascript - How can I center the text in the headers for an AG-grid control? - Stack Overflow

PHOTO EMBED

Mon May 15 2023 04:21:10 GMT+0000 (Coordinated Universal Time)

Saved by @RusiruC #javascript

.ag-header-group-cell-label {
      justify-content: center !important;
}
content_copyCOPY

And, this strictly needs to be under styles.scss file and not in the component scss file. Or else, it will not work.

https://stackoverflow.com/questions/46490177/how-can-i-center-the-text-in-the-headers-for-an-ag-grid-control