|
|
|
Description
A low level Table component that generates the columns in the current row in the table.
This component must be wrapped by TableRows .
The component iterates over the columns in the table and
automatically renders the column values for the current table row.
The columns are wrapped in 'td' tags by default.
The column values are rendered using the renderer returned by the
getValueRenderer() method in ITableColumn .
|
See Also
Table,
TableColumns,
TablePages,
TableRows,
TableView
|
Parameters
Name |
Type |
Direction |
Required |
Default |
Description |
element |
String |
in |
no |
td |
The tag to use to wrap the column values in. |
column |
ITableColumn |
out |
no |
|
The object representing the current column. |
Body: removed
Informal parameters: allowed
Reserved parameters: none
|
Examples
This example is under construction.
|