Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
IgrDataGrid - Header height and white-space
posted

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?