2020.2

Table Of Contents
HTML: table element and data- attributes
In HTML, a Dynamic Table is a normal <table> element with rows and cells (see "HTML
element: table" on page715). But apart from the native attributes of a table, rows and cells, it
has some proprietary data- attributes which make it dynamic.
These data- attributes are set automatically on a new table that is made with the Dynamic
Table Wizard that was introduced in version 2020.1.
They can be changed via the "Attributes pane" on page1038, depending on which element is
selected (see "Selecting an element" on page616), or directly in the template's HTML via the
"Source tab" on page1061.
Tip
Just like other attributes, data- attributes can be used as selector; see "Using scripts in
Dynamic Tables" on page886.
For a list of all data- attributes that can be used in a Dynamic Table, see "A Dynamic Table's
data- attributes" below.
A Dynamic Table's data- attributes
In HTML, a Dynamic Table is a normal <table> element with rows and cells (see "HTML
element: table" on page715). But apart from the native attributes of a table, rows and cells, it
has some proprietary data- attributes which make it dynamic.
These data- attributes are set automatically on a new table that is made with the Dynamic
Table Wizard that was introduced in version 2020.1.
They can be changed via the "Attributes pane" on page1038, depending on which element is
selected (see "Selecting an element" on page616), or directly in the template's HTML via the
"Source tab" on page1061.
Tip
Just like other attributes, data- attributes can be used as selector; see "Using scripts in
Dynamic Tables" on page886.
The table below lists the availabe data- attributes.
Page 815