dynamiccollapseaaccordion
Reactive icon

DynamicCollapseAaccordion

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 17 Sep (7 hours ago)
 by 
0.0
 (0 ratings)
dynamiccollapseaaccordion

DynamicCollapseAaccordion

Details
This components accordion shows that if we have more than one accordion and we want to run those accordions only on demand, then we can manage them in this way, this will increase the performance.
Read more

1. Overview

When using multiple Accordions (or Collapsible Panels) in an OutSystems Reactive application, loading all the contents of each accordion at once can negatively affect performance.
By default, every accordion’s UI and data are rendered whether the user expands them or not.

To improve performance, we can configure the accordion so that its content loads only when opened. This is known as on-demand loading.


2. Why On-Demand Loading?

  • Performance improvement: Reduces initial screen load time.

  • Lower memory usage: Content of closed accordions is not rendered in the DOM.

  • Efficient data fetching: Data is fetched only when needed.

  • Better scalability: Works smoothly even with many accordions on the same screen.

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team
Other assets in this category