xxx....格式:
<style>
.ui-jqgrid tr.jqgrow td {
text-overflow : ellipsis;
}
</style>
过长换行:
<style>
.ui-jqgrid tr.jqgrow td {
white-space: normal !important;
height:auto;
}
</style>
转载于:https://www.cnblogs.com/HwChinchilla/p/8942065.html