How can I center the text in the headers for an AG-grid control? I have tried using cellstyle and cellclass in the column definition but that did not work. Thank you
It should be:
.ag-header-cell-label { text-align: center; }