The text inside a column is going out of the screen

Here's how to fix a common DataTables layout issue:

Text inside a DataTables column extends beyond the screen width, cannot be fully viewed

Just add the following CSS to your theme's stylesheet:

.gv-datatables-container tr.child p {
    white-space: pre-line;
}

That will make the text line break like this:

Text in a column extends beyond the screen, showing incomplete sentences or paragraphs cut off on the right side

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us