2021.1

Table Of Contents
l time-short
l time-medium
l time-long
l datetime-short
l datetime-medium
l datetime-long
l pattern('some pattern') (see "Date and
time patterns" on page1286).
data-hide-
when-empty
<table> Hide the table if it is empty. A table is considered
empty if the detail record is empty. Note that any
additional text is not taken into account.
See: "Hiding an empty Dynamic Table" on
page826.
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826.
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.
Page 832