External content by Raluca Lupu; 10.05.2024
Have you ever wanted to display information hierarchically? I want to share how you can create accordion-style tables in the system.
I built an accordion table using HTML and JavaScript.
The table is generated dynamically by fetching data from a JSON. What does that mean? ? Simply put, the table adjusts automatically based on the data entered in the JSON. This makes the table excellent for hierarchical displays. ?
To create this table, use the HTML field. There, input the source code for generating the table and associate it with JSON to populate the table with relevant information. ?️
You can see the code and demo with the table on my blog about WEBCON: HERE