Accordion List
A collapsible list component that displays items in an expandable/collapsible accordion format. Supports dynamic data loading, customizable headers with icons, and nested content within each accordion section. Ideal for organizing hierarchical or grouped content in a space-efficient manner.
Extends: listComponent
Fields
Name | Code | Data Type | Description |
|---|---|---|---|
ID |
| text | Unique identifier for the component |
Style Classes |
| text | CSS classes for styling |
Style |
| text | Custom inline styles |
Width |
| text | Controls component width |
Accordion ID Field |
| text | Specifies the field to use as the unique ID for each accordion section |
Accordion Label Field |
| text | Specifies the field to use as the display label for each accordion header |
Accordion Icon Field |
| text | Specifies the field to use as the icon for each accordion header |
List |
| text | Array of items to display in the accordion list |
Methods
Name | Description |
|---|---|
| Retrieves the default ID and title fields from an entity schema for mapping |
| Handles dropping an entity onto the accordion list for data binding |
Events
No specific events are defined for this component.