Type
Properties
Required Properties
| Property | Type | Description |
|---|---|---|
| dataStoreRef | string | Reference to the data store to display |
Optional Properties
NoneLayout
- Default Width: 12 columns
- Default Height: 10 rows
- Supports Children: No
Configuration Example
Advanced Usage
Tab Organization
The component automatically creates tabs for each enabled group taxon in the content taxonomy. Only root-level group taxons (without ”/” in their path) are included.Download Functionality
A special “Download as Excel” tab is automatically added, allowing users to export all data from the data store across all taxon groups into a single Excel file.Grid Display
Each taxon tab displays data using theKodexaDataObjectGridContainer component with:
- Read-only mode (editable is set to false)
- Automatic column configuration based on taxon structure
- Data filtered by the selected group taxon
Empty State
If the specified data store reference is not found, the component displays an informative empty state with:- Database icon
- Message explaining the issue
- The actual data store reference that was requested
Example: Multi-Taxonomy Data Store
Notes
- The data store reference must match an existing data store in the project
- Only group taxons from content taxonomies are shown as tabs
- The grid is read-only and does not support inline editing
- Data is automatically filtered by the selected taxon group
- The component watches for taxonomy changes and updates tabs accordingly
- Excel download includes all group taxons (except the download tab itself)
- If the data store doesn’t exist, users are informed which reference was attempted
