Type
Properties
Required Properties
| Property | Type | Description |
|---|---|---|
| taxonId | taxonSelector | The root data element to display (root-level taxons only) |
Optional Properties
NoneLayout
- Default Width: 12 columns
- Default Height: 10 rows
- Supports Children: Yes (passed through to the transposed grid)
Configuration Example
Advanced Usage
Taxon Selection
The component uses a taxonSelector which:- Shows only root-level (enabled) taxons
- Filters for taxons without parent paths
- Validates that selected taxon exists and is enabled
Automatic Grid Generation
When a valid taxon is selected, the component:- Finds the taxon by ID in content taxonomies
- Validates the taxon is enabled
- Creates a transposed grid card configuration automatically
- Passes through parent data object and tag metadata
- Renders using the
KodexaFormCardTransposedGridcomponent
Empty State
If no taxon is selected or the selected taxon is not available:- Shows a user-friendly message
- Explains that no data element is selected
- Provides gray-colored, centered text for clear feedback
Example with Children
Notes
- This is essentially a wrapper around the transposed grid component
- Simplifies configuration by reducing the number of properties needed
- Only works with root-level data elements (no nested taxons)
- The taxon must be enabled in a content taxonomy to be selectable
- The generated grid card uses:
attributeLabel: Set to the taxon’s labelgroupTaxon: Set to the taxon’s name
- Children are supported and passed through to the transposed grid
- If the taxonomy structure changes, the component reactively updates
