Hey ,
I am currently having issues with the listview, I need to show nested listview but with custom template.
So I changed the data and got the listview nested part to work :), but once I apply the template then I just loop around and does not change :(
Here is the data I am using
[{"EntityId":1,"Name":"Demo Site","Tag":"Place","IconCode":"far fa-building","Child":[{"EntityId":2,"Name":"Arcades","Tag":"Ride","IconCode":"far fa-building","Child":[{"EntityId":3,"Name":"Coin Machine A","Tag":"Building","IconCode":"far fa-building","Child":[]}]}]}]
Here is the code I am using is attached
I am sure I have just missed something , but any help would be great
Cheers