i am working on a construction project. and it requires planning of a project.
I have 7 tables. and each table is a detail of the another
example
Project table
id
description
start date
end date
amount
detail 1
id
txnid
description
start date
end date
amount
detail 2
id
txnid
description
start date
end date
amount
detail 3 until detail 6
id
txnid
description
start date
end date
amount
detail2, is the child parent table, detail 3 is the child of detail 2, and so forth
i need a list view that show the parent child relation of all tables until level detail6 and its already expanded. if its like a nested tree view so they have an option to minimize a detail if not needed forviewing as of the moment
Is there a solution for this
Thank you