-
Notifications
You must be signed in to change notification settings - Fork 4
Table Row Data
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
fieldsyntax 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 |
Framework Markup Language is an open source programming language created by AppDaddy Software Solutions Inc. FML and is licensed under a fair source license agreement and is maintained by a community of developers.
- Quick Start
- Widget Structure
- Layout Basics
- Config
- Navigation
- Authentication
- Server Configuration
- Offline Use
- Resource Guides
-
<FML/>
- <BOX/>
- <CHART/>
- <COLUMN/>
- <DRAWER/>
- <FOOTER/>
- <FORM/>
- <GRID/>
- <HEADER/>
- <LIST/>
- <MAP/>
- <WINDOW/>
- <PAGER/>
- <ROW/>
- <SCROLLER/>
- <SPLITVIEW/>
- <STACK/>
- <TABLE/>
- <TABVIEW/>
- <TREEVIEW/>
- <WEBVIEW/>
Important Concepts