Back to Nocobase

Tree Collection

docs/docs/en/data-sources/collection-tree/index.md

2.0.51462 B
Original Source

Tree Collection

Introduction

A tree structure collection is a data collection design pattern used for organizing hierarchical data. This collection structure mirrors a tree, where each data item may have one or more child items, and those child items can, in turn, have their own descendants.

User Manual