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
You may use this property:
cellStyle: {textAlign: 'center'}