Type
Properties
None - this component automatically discovers and displays all root-level taxons from content taxonomies.Layout
- Default Width: 12 columns
- Default Height: 10 rows
- Supports Children: Yes (passed through to the transposed grid)
Configuration Example
Advanced Usage
Automatic Tab Generation
The component automatically:- Scans all content taxonomies
- Collects all root-level taxons
- Filters to only enabled taxons
- Creates a tab for each taxon
- Uses the taxon’s label as the tab name
Tab Ordering
Tabs are displayed in the order they appear in the taxonomy structure, with all taxons from each taxonomy listed sequentially.Grid Generation
For each tab, the component:- Creates a transposed grid card automatically
- Sets the
attributeLabelto the taxon’s label - Sets the
groupTaxonto the taxon’s name - Passes through parent data object and tag metadata
- Renders using
KodexaFormCardTransposedGrid
Tab Selection
- The first taxon is selected by default when the component loads
- Clicking a tab switches to that taxon’s grid view
- Tab state is maintained during navigation
Example: Complete Data Overview
- Invoice
- Customer
- Product
- Order
With Custom Children
Notes
- This component provides a comprehensive view of all root-level data
- Useful for general-purpose data browsing interfaces
- Only enabled taxons are shown as tabs
- The component reactively updates when taxonomies change
- Each tab’s content is a full transposed grid with all its features
- Children from the card configuration are passed to each grid
- The component requires at least one content taxonomy with root taxons
- Empty state is handled gracefully if no taxons are available
- Tab strip uses the standard Kodexa tab styling
- Each grid is keyed by taxon ID to ensure proper rendering
Use this card when you want to provide a quick way to browse all top-level data in your workspace without manually configuring individual tabs.
