This feature is provided by the module-data-source plugin.
A tree structure table is a design pattern for storing hierarchical data, with a table structure similar to tree-like hierarchical relationships. In this pattern, each data record can be associated with one or more child records, and these child records can similarly have their own subordinate data.
