TableFormRows
A version of the TableRows designed for operation in a form. This is a low level Table component that generates the rows of the current page in the table. Each row is stored as a hidden value in the form, which eliminates the chance of a stale link during rewinding. This component must be wrapped by TableView.
See also: TableRows
Parameters
| Name | Type | Direction | Required | Default | Description |
|---|---|---|---|---|---|
| row | Object | custom | no | The value object of the row currently being rendered. | |
| convertor | IPrimaryKeyConvertor | custom | no | null | An interface defining how the items iterated upon by this component will be stored in the form as Hidden values. This interface allows only the primary key of the items to be stored, rather than the whole item. |
| element | String | in | no | tr | The tag to use to wrap the rows in, 'tr' by default. |
Body: allowed
Informal parameters: allowed
Reserved parameters: none

