In the grid there is a headerHeight prop exposed which allows you to change the height of the header row. However the spans that are contained in the row do not change height and they have their white-space set to 'nowrap'.
I would like to have a taller header with wrapped text. Looking at the markup and all the styles are set directly on the elements. There are no ids and no classes. How can I customize the styles?
Thanks! This is how I accessed that property (in case anyone else needs an example):
Hello Charles,
You can set the line break mode property of the header for text wrap.
https://es.infragistics.com/products/ignite-ui-react/api/docs/typescript/latest/classes/igrtextheader.html#linebreakmode
Regards,