In my table I currently have 6 columns that I really want to display one of the columns will contain longer body of text and therefore I customized the column to have a larger width to accommodate this however the entire table no longer fits on the page. Is there anyway keep the widths of the columns all the same (so it all fits on one page) and having a vertical scroll to see the rest of the longer text in that one column?
I don’t think there’s a simple way to do it using the table element.
But it is possible if you create a table using Custom Element)
If you know how to use html and css that will be the recommended path.
If you don’t to go for this direction, you can use a Wix repeater instead, design it as a table, and there the repeater container (“row”) will keep its defined width.