Select to view content in your preferred language

Add an Accordion widget

1678
11
07-09-2024 12:58 PM
Status: Open
Labels (2)
JoseBarrios1
Frequent Contributor

Accordions are very common and valuable tools for organizing data in web applications due to their ability to conserve space and enhance user experience. By initially displaying only headers or summaries, accordions allow users to selectively expand sections of interest, minimizing clutter. This design also promotes better information hierarchy, improves readability, and streamlines navigation, particularly for content-rich interfaces (see sample image below).

Accordion.png

 

Thanks,

JB

11 Comments
TimWestern

So I tried this with a list widget, and it works mostly as I'd expect it.

The one thing that throws me:

It shows a name defined in the DOM Tree on the left.

I think it could be useful to be able to define things like display name, and perhaps use statistical aggregates like count, sum, average in it also like some other widgets have for their containing data.



For example:

Count: # of records displayed (or if its filtered data # of records of the filtered value
Sum: Sum of numerics: Ex: Acreage/area, Property Values, Taxes etc.
Average: Same as Sum and so on.