2014-05-27
jqGrid column header wrap

备忘:

1
2
3
4
5
6
7
8
9
10
/* jqGrid column header wrap */
.ui-jqgrid .ui-jqgrid-htable th div {
height: auto;
overflow: hidden;
padding-right: 4px;
padding-top: 2px;
position: relative;
vertical-align: text-top;
white-space: normal !important;
}
阅读此文