I am actually trying to create an ag-grid with a 2 Lines of text in Header.
For ex- i have 10 columns having header as 'Name', 'Address', 'DOB' and other details. For 'DOB' i want to display the date format just below 'DOB' in the header itself. so far, i have tried 'DOB
(mm-dd-yyyy)' and some css styles from how to wordwrap a header in ag-grid but nothing has worked for me.
is there any option to achieve this without creating custom header components?
Thanks!