How can we configure ACCORDIAN Component in vflow2.0?

How to configure “Accordion” component?

5 Likes
  • To create an Accordion component,
  • At least one PV component is required for it to be visible, and a Page is essential to render the PV. Without these, the Accordion cannot be displayed.
  • The Accordion component is built using the Configurator within the Inventory section.
  • It supports both static content and data fetched through APIs.
  • Once the Accordion is created, it needs to be mapped to a specific column in the layout settings of the PV.
  • Additionally, a data path must be assigned to the PV to ensure proper data storage and visibility in the debugger.
  • After completing these configurations, the Accordion will appear within the PV interface.
5 Likes