how to Limit data in column to fix length(no wrap) and show all data into tool tip?

how to Limit data in column to fix length(no wrap) and show all data into tool tip?

tajtaj Posts: 20Questions: 5Answers: 0
edited July 2021 in DataTables 1.10

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; }

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.