Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] How to prevent line wrapping in a large table

$
0
0

Hello Cody,

Put a container around the table.
Set the container's style to this:

overflow-x: auto;
white-space: nowrap;

This should prevent text in columns (all columns) of breaking to a new line and add a scroll bar at the bottom of the div if the table don't fit the screen.

It is possible to select only some of the columns to apply the white-space: nowrap, but it's a little more tricky... :)

Cheers,
Eduardo Jauch


Viewing all articles
Browse latest Browse all 1476385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>