Skip to content

Latest commit

 

History

History
94 lines (74 loc) · 3.2 KB

File metadata and controls

94 lines (74 loc) · 3.2 KB
TreeTable

TreeTable component is a hierarchical table displaying a tree-like structure in the leftmost column. The component is used for entities that have references to themselves. For example, it can be a file system or a company organization chart.

gui treeTable

XML-name of the component: treeTable

The component is implemented for both Web Client and Desktop Client.

For TreeTable, the hierarchicalDatasource should be set in the datasource attribute of the rows element. Declaration of a hierarchicalDatasource should contain hierarchyProperty attribute – the name of the entity attribute which references the same entity.

Below is an example of component description in a screen XML descriptor:

link:../../../../../../source/gui_vcl/treetable_1.xml[role=include]

The functionality of TreeTable is similar to a simple Table.