2022.1

Table Of Contents
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786.)
To change the theme, you could simply select the table and change its class on the "Attributes
pane" on page1118.
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 page808.
Resizing and moving a Table
Resizing a Table
l Select the Table (see "Selecting an element" on page669) and type the desired width
and height under Geometry on the Attributes pane.
l Select the Table and select Format > Table, on the menu. On the Table tab, change the
width and height of the Table.
Page 772