Hi is there any example of a hierarchical multi level list / Tree view somewhere ?
I have tried using a hierarchy of ion-item and that seems to work overall ,
But are there recommended ways to take advantage of the ion-list and ion-item directives while :
- having the parent item the left / right icons not centering center and staying anchored at the top of the parent item.
- avoiding children to have a border
- overall controlling better the content of each list item beyond the “left icon + text + secondary text + right icon” base layout
Thanks !