I've all my parent and child data in a single table in the database. I want to display it as a tree structure in my application? how do i do the coding for this?
How to create a tree structure in java applications?
Collapse
X
-
Explain how you want to display it and where you want to display it because that decides how you do the coding.Originally posted by shiniI've all my parent and child data in a single table in the database. I want to display it as a tree structure in my application? how do i do the coding for this?
Comment