Configuring the tree component
The tree component allows hierarchical data display with support for multiple levels. You can use the tree component as a starting point for your application, instead of the index list, or you can add the tree as a component within your application.
These are the tree operation modes:
- Single Data Service: Use the same API call for all hierarchy levels. For example, equipment structures.
- Multiple Data Services: Use different data services for each level. For example, warehouse > locations > stock balances