Table Row Data - AppDaddy-Software-Solutions-Inc/framework-markup-language GitHub Wiki
TD :: BOX
The TD
widget defines a single cell within the <TR/>
table row. This widget can be dynaically created from a dataset by specifying the field name in the dataset on the <TH/>
- Table Header widget, or can be made up of a collection of other FML widgets. Widgets can bind to {data.xxx} where xxx is the dotnatation syntax for the field in the dataset.
The first <TR/>
in the <TABLE/>
is treated as a "prototype" row when the table is bound to a datasource using the data
attribute. In that instance, a row is created for every row in the datasource using the prototype row.
For tables with a large number of rows or cells within a row, it is far more efficient to build the table using the
field
syntax on<TH/>
table header cell. Table header data cells with complex FML widget bodies require more resources to render and may result in slower, less optimal performance.
Name | Type | Default | Description | Req |
---|---|---|---|---|
value | string | For simple, non-dynamic tables, value specified the text to be shown in the cell |