黄聪:jquery+Datatables出现数据过长,表格不自动换行,columns设置width失效的办法
添加下面的CSS代码即可:
table.dataTable.nowrap th, table.dataTable.nowrap td{white-space: normal !important;}
添加下面的CSS代码即可:
table.dataTable.nowrap th, table.dataTable.nowrap td{white-space: normal !important;}