How to give word wrap break word property to a datatable column

How to give word wrap break word property to a datatable column

giridhargiridhar Posts: 20Questions: 4Answers: 0
Order Id Message Date Created
$("#user").dataTable({ "bFilter": false, "bAutoWidth": false, "bProcessing" : false, "bServerSide" : true, "sAjaxSource" : "./getOrderDetails.cpm" });

Hi friends,
Here is my datatable.I want to implement wordwrap break word property to the message column so that long messages with out space will break.Can you please tell me how should i implement the word wrap break word propety to a column in the datatable.

This discussion has been closed.