Hello,

I have a content type with category field which is a select list field.

Added nodes.

Node1 category1
Node 2 category 1

Node3 category 2
Node4 category 2

I created a view which now displays just the titles.

In addition, it needs to do two more things:

View should display categories by default.
Then each category should be expandable to see the corresponding titles

How can I do it?

Comments

VM’s picture