xxx....格式:
<style>
.ui-jqgrid tr.jqgrow td {
text-overflow : ellipsis;
}
</style>
过长换行:
<style>
.ui-jqgrid tr.jqgrow td {
white-space: normal !important;
height:auto;
}
</style>
当jqgrid单元格的内容过长时,用省略号的形式表示 或 用换行的形式
原文:https://www.cnblogs.com/HwChinchilla/p/8942065.html