2020.2

Table Of Contents
Rows and columns
Adding a row or column
To add a row or column to an existing Table, click in a cell. Then click the black triangle next to
the Insert Row Above button on the toolbar, and click one of the Insert buttons, or select one
of the options in the Insert > Table Elements menu.
Alternatively, right-click the Table and on the shortcut menu, select Row > Insert Above or
Insert Below, or select Column > Insert Before or Insert After.
Deleting a row or column
To delete a row or column, simply right-click the row or column and select Row > Delete or
Column > Delete on the shortcut menu. If the deleted row was targeted by a script, you will be
asked if you want to delete the script as well.
Styling a Table
The Insert Table wizard lets you select a style for the table.
Tables are styled via CSS: when the wizard adds a Table, the chosen theme's class is added
to the <table> element, and, if it doesn't exist yet, the default_table_styles.css file is added to
the resources of the template. This CSS file contains the CSS rules for all table themes. (See:
"Styling templates with CSS files" on page287.)
To change the theme, you could simply select the table and change its class on the "Attributes
pane" on page551.
The available theme classes are: table--grid, table--colgrid, table--minimalist, table--dark, table-
-light, table--striped, table--topbar, table--portfolio. (Note the double dash in the class name.)
The default_table_styles.css file is read-only, but of course you could overwrite styles and
create your own theme, using your own style sheets.
Regardless, you can change the font, font size and color, the borders, the cell padding (the
distance between the edge of the cell and its content), and the background color or image of the
table and its cells, via the Formatting dialog.
Both approaches are explained in the topic: "Styling a table" on page308.
Page 278