I have tried title as below but not working.
"columnDefs": [
{
targets: 4, className: "dt[-head|-body]-nowrap", title: 'testtt'
}]
also in CSS added following stylesheet
.dt-body-nowrap { white-space: nowrap !important; }
I have tried title as below but not working.
"columnDefs": [
{
targets: 4, className: "dt[-head|-body]-nowrap", title: 'testtt'
}]
also in CSS added following stylesheet
.dt-body-nowrap { white-space: nowrap !important; }