Hi,
I have rest response as a array of master records and each master record can have multiple child records. I am trying to display as below
Master 1 (as list divider)
Child of master1 (as a list item)
child of master 1 (as a list item)
Master 2 (as list divider)
Child of master2 (as a list item)
child of master 2 (as a list item)
Master 3 (as list divider)
Child of master3 (as a list item)
child of master 3 (as a list item)..... so on
how would I be able to achieve this? Quick response would be highly appreciated.
Thanks,
Raj