2020.1

Table Of Contents
page803.
data-keep-
when-empty
<tr> (a table
row)
Hide the row if it is empty. A row is considered
empty if all elements with a data-field attribute
in that row refer to empty data fields. Note that any
additional text is not taken into account.
See: "Hiding an empty table row" on page803.
data-repeat=
"name of
detail table"
<tr> (a table
row) in the body
of the table
(<tbody>)
Note that this
attribute is not
supported for
rows in the
header or footer
of a table
(<thead>,
<tfoot>).
A row with this attribute is repeated for each
record in the detail table that is specified in the
attribute's value.
Example:data-repeat="products".
The name of a nested detail table should include
all its parent tables, starting at the root and
separated with dots.
Example: data-
repeat="InstrumentClass.Sector.Holding".
Note
Empty records/data fields are skipped by
default.
Note
This attribute cannot be used as a selector
for template scripts, since it gets removed
when the table is expanded, which
happens before template scripts run.
data-script
<tr> (a table
row), <td> (a
table cell),
<span>
When creating a script for a row, cell or span in a
Dynamic Table this attribute is set on the element
and used as selector (see "Quick-start a script
with the Create script button" on page876). Its
value is the name of a data field; e.g. data-
script="ID".
Page 810