jqGrid文字根据表格大小自动换行

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xiaoxiaovbb/article/details/80815616

如果用的是jqGrid数据表格在header中添加这个,内容就可以直接换行了。 

 <style type="text/css">

       .ui-jqgrid tr.jqgrow td { white-space: normal !important; height:auto; } /**内容自动换行 */
  </style>

猜你喜欢

转载自blog.csdn.net/xiaoxiaovbb/article/details/80815616