加入一段样式即可
显示全部 超过换行
.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>
加入一段样式即可
显示全部 超过换行
.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>