table expands with long values
table expands with long values
denoise
Posts: 2Questions: 2Answers: 0
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.