Tree List
Last updated
Was this helpful?
Last updated
Was this helpful?
The Tree List UI component is a tree-like representation of textual data. This component is useful when we want to display something that has a hierarchy.
Properties that are common to most Blocks include visible and tooltip.
The disabled property is common to most Blocks;
A search bar will be shown on top of the list and the user can search the data.
The value property is common to most Blocks;
When an Id is entered into the value field, it detects it automatically.
Properties that are common to most Blocks include: filter, sort, show # of results, and skip # of results;
The Data Source property is required for the Tree List.
The Display property is required for the Tree List.
Id
The Id property is required for the Tree List.
Properties include the Parent Id so the component knows how the fields are connected to each other. The Parent Id refers to the Id of the parent record. For example, in the hierarchy of employees, multiple people could report to one manager, so their parent Ids would be the Id of the person they are listed underneath. If the parent Id of a record is set to null or 0, it will automatically be placed as a root or main parent element on the tree.
The Parent Id property is required for the Tree List.
Properties that are common to most Blocks include: Navigate To and Show Confirmation Dialog;