jqgrid 单元格内容换行

2017-06-22  本文已影响171人  悠悠神代不曾闻

加入一段样式即可
显示全部 超过换行
.ui-jqgrid tr.jqgrow td {
white-space: normal !important;
height:auto;
padding-top:2px;
word-break:break-all;
}

不显示全部,超出用·····表示
<style>
.ui-jqgrid tr.jqgrow td {

text-overflow : ellipsis;
}
</style>

上一篇 下一篇

猜你喜欢

热点阅读