<table id="user">
<thead>
<tr class="theader">
<th>Order Id</th>
<th>Message</th>
<th>Date Created</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<script>
$("#user").dataTable({
"bFilter": false,
"bAutoWidth": false,
"bProcessing" : false,
"bServerSide" : true,
"sAjaxSource" : "./getOrderDetails.cpm"
});
</script>
喜的朋友,这是我的数据表。 我想实现自动换行断字属性信息列,以便与出空间长的消息将打破。 能否请你告诉我,我应该如何实现自动换行断字属性在数据表中的列。