Jquery JQGrid - How to set alignment of grid header cells?
        Posted  
        
            by JK
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JK
        
        
        
        Published on 2010-06-09T05:02:09Z
        Indexed on 
            2010/06/10
            9:32 UTC
        
        
        Read the original article
        Hit count: 1045
        
Is it possible to align grid column headers in jqgrid? eg align left right or center?
In the jqrid documents http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options it says:
align: Defines the alignment of the cell in the Body layer, not in header cell. Possible values: left, center, right.
Note that it says "not in the header cell". How can I do this for the header cell (grid title cell)? The documentation fails to mention this little detail....
© Stack Overflow or respective owner