I am trying to remove the space after all columns in my table. I wish the column on the left to be larger to allow more text and take up that extra space.
I have tried a few different css customizations but can't get it to work.
Any ideas?
I am trying to remove the space after all columns in my table. I wish the column on the left to be larger to allow more text and take up that extra space.
I have tried a few different css customizations but can't get it to work.
Any ideas?
In the case where you are setting Table Rows names with Fixed Labels, you can also control that width as you can the Fields Widths. As Jason said above, your Field width should add up to 100%
The Table element in Forms has built-in settings for width in the Advanced tab. The "overall" table width determines how much of the form width it will occupy (blank is auto).
Additionally, you can set the width of the individual columns of the table to determine how wide they are as a percentage of the table's total width (again, blank is auto).
If you want the table to occupy the full width of the form, then set the table to 100% and make sure the column widths add up to 100.