table expands with long values
table expands with long values

Hi,
I have a problem when I display rows with very long columns: the table expands to the right beyond the container. How can I prevent that to happen?
The responsive initialization doesn't seems to solve the problem.
$('#example').dataTable( {
responsive: true,
} );
This discussion has been closed.