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
230
Word Wrap and Row Height for Column Headers in igHierarchal Grid
posted

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!

Parents
  • 17590
    Verified Answer
    Offline posted

    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.

Reply Children
No Data