Navigation :
Parent Child
The Parent Child feature populates tree-like hierarchies and could also be wired to the parent-child UI widget.
It works based on a pair of stores:
- one parent-child store that is loaded with links between the child level and its parent level.
- One flat store with one column per level, used to build the hierarchy and fed by the previous store.
The feature also exposes the relations to a REST service.