2020.2

Table Of Contents
Dynamic Tables are only available if the loaded record set or data mapping configuration
contains transactional data in one or more detail tables (see "Loading data" on page773).
Depending on the data, a Dynamic Table can also contain data from nested detail tables.
Note
Dynamic Tables cannot be used on a Master Page (see "Master Pages" on page485).
Creating a Dynamic Table
To create a Dynamic Table:
1. Open the Insert Dynamic Table dialog. There are several ways to do that:
l Drag the data field that contains the name of the detail table into the template.
l
On the menu select Insert > Table > Dynamic.
l
On the toolbar, click the Insert dynamic table button.
2.
Enter the table's desired attributes:
l
ID: A unique identifier for the table. IDs are used to access the table from scripts and
as CSS selectors for style rules.
l
Class: A class identifier for the table. Classes can be shared between elements and
are used to access the table from scripts and as CSS selectors for style rules.
l
Detail Table: Use the drop-down to select which detail table will supply the data to
display within the Dynamic Table.
l
Width: Enter the width of the table (e.g.
100%
).
l
Use the Insertion Point drop-down to select where to insert the table.
l
At cursor position inserts it where the cursor is located in the template.
l
Before element inserts it before the HTML element in which the cursor is
currently located. For example if the cursor is within a paragraph, the insertion
point will be before the <p> tag.*
l
After start tag inserts it within the current HTML element, at the beginning,
just after the start tag.*
Page 802