TreeTableDataView
The TreeTableDataView is the component that is responsible for populating the TreeView nodes from the supplied table data.
See also: TreeTable
Parameters
| Name | Type | Direction | Required | Default | Description |
|---|---|---|---|---|---|
| entriesPerTablePage | int | in | no | The number of records displayed per page. | |
| showRootNode | boolean | in | no | If root node should be visible. | |
| tableColumns | List (of ITableColumn) | in | no | A list of ITableColumn objects, each defining a column in the table, |
Body: allowed
Informal parameters: allowed
Reserved parameters: none

