是否可以在jqgrid中对齐网格列标题?例如对齐左右还是中心?
在jqrid文档http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options中说:
align: Defines the alignment of the cell in the Body layer, not in header cell.
Possible values: left, center, right.
Run Code Online (Sandbox Code Playgroud)
请注意,它表示"不在标题单元格中".如何为标题单元格(网格标题单元格)执行此操作?文档没有提到这个小细节....