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
665
How to align the Table Headertext to right justify?
posted

Is there any feature is available in Jquery / HTML 5 for align the table header text?

Thanks

Tamilmani Mohan

  • 17559
    posted

    Hello Tamilmani,

    I was just wondering did you have a chance to try my suggestion. If you still need any assistance on the matter, please do not hesitate to ask.

  • 17559
    Suggested Answer
    posted

    Hello Tamilmani,

     

    You can style the headers r the igGrid by applying the following style:

                    .ui-widget-header

                    {

                    text-align:right !important;

                    }

     

    For additional reference about the styling of the igGrid you can check the following link from our documentation under the “Theming“ section:

    http://help.infragistics.com/jQuery/2012.2/ui.iggrid

     

    If you need any further assistance on this please do not hesitate to ask.