The <TD/> defines a single column header cell. Simple <TD/> header cells specify just a title and/or field attribute. More complex <TD/> header cells wrap one or a collection of several other FML widgets.
Show the menu button for this cell. This can also be specified in the parent <TH/> table header or <TABLE/> table widgets
sortable
bool
Show the sort button for this cell. This can also be specified in the parent <TH/> table header or <TABLE/> table widgets
resizeable
bool
Allow this cell to be resized. This can also be specified in the parent <TH/> table header or <TABLE/> table widgets
editable
bool
Allow this cell to be edited when double clicked. This can also be specified in the parent <TH/> table header or <TABLE/> table widgets
title
string
For simple cells, this becomes the label displayed in the cell.
field
string
The field property is the name of the field in the tables data set. It is used both in dynamic and simple tables.
type
string
The type field is used to specify the fields data type. It is used primarily for sorting and editing purposes.
fit
string
scale
Specifed how the field is sized horizontally. Values include "none" (does not automatically change the width), "equal" (changes the width equally regardless of the current size) and "scale" (scales the width proportionally according to the current size)
filter
bool
Show the filter input for this header cell. This can also be specified in the parent <TH/> table header or <TABLE/> table widgets