2021.2

Table Of Contents
than 2020.1 don't have this attribute. Tables
without this attribute are expanded using the
previous expander, which doesn't support all of
the attributes listed here. (See "Differences in
Dynamic Tables made with previous Connect
versions" on page843).
data-field
Table cells and
other HTML
elements within
repeating rows:
<td>, <span>,
etc.
This attribute associates a data field with the
element, e.g. data-field="InstrumentClass".
The data field's current value will automatically
replace the contents of the element when
generating output (or previewing).
By default this attribute is placed on cells. In order
to mix data and text in a cell, move the data-
field attribute from the cell itself to an element
inside it. See:"Mixing text and data in one cell" on
page834.
data-format
<td> (a table
cell)
Defines how a value must be formatted; e.g.
data-format="date-short" displays a date value
using the format for a short date. See: "Formatting
values in a Dynamic Table" on page834.
The available formats depend on the data type of
the corresponding field in the Data Model (see
"Data types" on page286).
They correspond to the options given in the Text
Script Wizard. For a detailed description see:
"Formatting variable data" on page812.
l Integer, Float, Currency:
l grouped
l number-ungrouped
l currency
l currency-nosymbol
l pattern('some pattern') (see "Number
patterns" on page1317)
Page 840