Why do it: To hide or show the statistical details of a specific element, keeping the analysis page organized.
Procedure:
1. Access the results analysis page.
2. Locate the section of the element you want to manage (identified by the title, for example <h5><?= $element_data['title']; ?></h5>).
3. Look at the top right corner of the section, where the management tools (ibox-tools) are located.
4. To collapse or expand the section, click on the upward arrow icon (<i class="fa fa-chevron-up"></i>).
- This icon is internally labeled as
collapse-link.
5. The analysis section will collapse, leaving only the title visible, or it will expand, showing all statistical data.







