I want to implement the tree view structure on my application. I have two different entities 'Location' and 'Sublocation' .And on clicking on particular location , I want to showcase all the associated location with it. Please help me out to achieve this. Thanks in advance
asked
Komal Chandolure
1 answers
0
Hello Komal ,
You can use TreeNode widget to display required structure.