Jquery JQGrid - How to set alignment of grid header cells?
- by JK
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....