A low level
Table
component that generates the rows of the current page in the table. This component
must be wrapped by
TableView
.
The component iterates over the rows of the current page in the table. The rows are
wrapped in 'tr' tags by default. You can define columns manually within, or you can
use
TableValues
to generate the columns automatically.
See also: Table , TableView , TablePages , TableRows , TableValues , TableColumns
| Name | Type | Direction | Required | Default | Description |
|---|---|---|---|---|---|
| row | Object | out | no | The value object of the current row being rendered. | |
| element | String | in | no | tr | The tag to use to wrap the rows in. |
Body: removed
Informal parameters: allowed
Reserved parameters: none