sudsy
2
Yeah, it’s not obvious (and I don’t think it’s specifically described in the documentation), but the easiest way is simply to set a Min width for each column. Then, when the table’s width is less than the sum of the min column widths, the horizontal scrollbar with automatically appear.
Assuming your Table direction is Vertical, click the column “handle” (the letter heading along the top of the preview) to find the setting on the Layout tab of the property editor. (You can’t select a column in the elements tree when the table orientation is vertical.)
Another way to get horizontal scrolling is to enable the Fit width to content setting for the column and then control the width by constraining the cell’s content width.
Out of the box, either sticky rows OR sticky columns are supported, depending on the Table direction setting. To get both sticky rows and columns at the same time, some CSS would be required.
EDIT
And oh yeah, make sure Fit width to content is not enabled on the table itself.