Hello,
This is a general Joomla! programming question but I will give an example
from the *com_contacts *component.
I am looking at the possibility of *displaying all contacts that are under
all categories.* It looks to me that there are two display options given:
- *List All Contact Categories* - This will give us like a list of
categories
- *List Contacts in a Category* - This will give us all the contacts,
but only from one category.
And I've noticed this pattern among many other components.
*Is there any component out there that implements the feature of listing
all the categories and under each category, all items?*
Like
Category 1
- Item 1
- Item 2
Category 2
- Item 3
- Item 4
Thank you,
Valentin Despa