Please help with word wrap and row height in the column headers for your igHierarchal Grid.
I need the text labels to wrap for the column names only. My headers need re-sizing too (height).
See attached. Thanks!
Hello Alex,
Thank you for posting in our community.
I believe your requirement could be achieved with CSS. The property which I can suggest is white-space. For example to enable or disable wrapping for all elements that have the ui-iggrid-headertext on the page you could use the following code:
span.ui-iggrid-headertext{ white-space:normal; } </style>
I hope this helps!
Please let me know if you need any further assistance with this matter.
Thanks!
I am glad that you find my suggestion helpful.