I would like to build a list like image.
1.
2.
3.
4.
when click on item "1" i would like appear like this (two lists).
1 1.1
2 1.2
3
4
when click on item "2" i would like appear like this (two lists).
1 2.1
2 2.2
3 2.3
4
when click on item "3" i would like appear like this (two lists).
1 3.1
2 3.2
3 3.3
4
and so.
I need help, someone has a suggestion.