2020.2

Table Of Contents
These classes will be applied when you choose Use CSS utility classes as Text Alignment
mode when creating a table. To change the alignment after the table has been created, select
the cell (see "Selecting an element" on page616) and then type the desired class in the
"Attributes pane" on page1038.
Note that if you selected Via inline styles as Text Alignment mode when creating the table, the
utility classes won't work, unless you remove the inline style first. Inline styles always get
applied since they are more specific. (For an explanation see "Using a more specific CSS rule"
on page737.)
Changing styles based on a data field value
Changing the styles of a row or cell in a Dynamic Table, based on the value of a data field,
requires a script. See "Using scripts in Dynamic Tables" on page886.
Resizing a Dynamic Table
To change the width of a Dynamic Table or of a column in a Dynamic Table, select it (see
"Selecting an element" on page616) and type the desired width as a percentage in the
respective field on the "Attributes pane" on page1038.
It is also possible to resize colums via drag-and-drop (in Design mode only). To allow for this,
select the table and check the option Allow Resizing on the Attributes pane.
The height of the Dynamic Table is adjusted automatically to the amount of data added to it in
Preview mode or when generating output.
It is however possible to change the height of the rows: click in the row and type the desired
height in the respective field on the Attributes pane. All line item rows will have the same
height.
Adding leading and trailing space to a Dynamic Table
The best way to add extra space at the top or bottom of a Dynamic Table is to set the Table's
top or bottom margin, respectively (see "Styling a table" on page748).
Do not use empty lines (<br>) or paragraphs (<p>) to add trailing space to a table. In Print
output they might end up on a next page without any other visible content, which would still be
printed because lines and paragraphs must be treated as content, even when they are empty.
Page 814