Hello,
The build in way is to use the method setLabel
The method can add style, classes and attributes. See the description of parameter.
Quick: if you want to change the aligment of the header column mycolumn to left you can use this code:
|
... $("#grid").jqGrid('setLabel','mycolumn', '', { text-align : 'left' }); ... |
Kind Regards,
Will