-1

I would like to ask you, if its possible to present the contents of a specific column in a jqGrid table with italics font. I searched for it but couldn't find anything. So is there any way to achieve something like this ?

Thank you.

4

1 回答 1

1

首先,您需要声明使用某些类的 CSS 规则,例如"myclass"

.myclass { font-style: italic; }

然后,您需要将classes: "myclass"属性添加到需要斜体文本的特定列的列定义中。就是这样。

于 2014-10-11T15:08:35.133 回答