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
1145
Column Captions not wrapping in 2013.2
posted

According to this you guys have introduced a new issue, "Column captions not wrapping onto multiple lines", the very first item in the list. My question is: Do you plan on fixing it? There is apparently no workaround and this is a SERIOUS problem or us. I'm now having to rollback the upgrade because of this and we won't be able to use this release or any future releases until this is fixed.

 

 

  • 19693
    Suggested Answer
    posted

    Hello Pete,

    The breaking change with the column captions was introduced with styling purpose when there are more features enabled, for better look / alignment of the icons with the text.

    If you want to have the wrapping as in 2013.1 you need to add the following style to the page where the igGrid is initialized.

       .ui-iggrid th, .ui-iggrid th.ui-state-default, .ui-iggrid th.ui-state-hover, .ui-iggrid th.ui-state-active {

                text-align:left;

                white-space: pre-wrap;

            }

    This will be added to the next release of the help documentation as a workaround.

    Thank you for raising the flag regarding this.