【发布时间】:2011-04-08 04:05:48
【问题描述】:
我在我的页面中使用 jqGrid,我修改了 ui.jqgrid.css 文件来包装列标题,如下所示:
.ui-jqgrid tr.jqgrow td {
white-space: normal !important;
}
.ui-th-column,.ui-jqgrid .ui-jqgrid-htable th.ui-th-column{
white-space:normal;
}
它在除 IE 之外的所有浏览器中都能正常工作!我试过IE7和IE8,问题依旧。
【问题讨论】: