2021.2

Table Of Contents
This attribute can be set to the following values:
l all: Show the row before and after a page
break.
l after-break: Show the row after a page
break.
l before-break: Show the row before a
page break.
On a row in the header (<thead>) or footer
(<tfoot>) of the table, this attribute can also be set
to the following value:
l end-of-table: Only show this row on the
last page.
data-sum
<td> (a table
cell) in the
header or footer
of a table
Adds a running total (i.e. a subtotal) to a table cell
after pagination. Its value consists of the path to a
numeric field in a detail table, for example: data-
sum="Items.Amount" will calculate a subtotal
based on the "Amount" field in the "Items" detail
table.
See also: "Adding subtotals" on page831.
data-
breakable
<tr> (a table
row)
This attribute is added by the software to every
copied row (in Preview mode or in output), in
each of them with a unique ID as its value. This is
required by the pagination routines of Connect to
split the table across pages.
Differences in Dynamic Tables made with previous Connect versions
In Dynamic Tables made with Connect before version 2020.1:
l There is no data-expander attribute on the <table> element.
l The data-detail attribute on the <table> element specifies the name of the detail
table. (In tables made with Connect 2020.1 and up, this attribute has no value.)
l The data-show-row attribute can only have the value: all.
Page 843