This topic is locked

nested Multi detail view

7/14/2020 7:11:56 PM
PHPRunner General questions
M
markryan author

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

Sergey Kornilov admin 7/15/2020

See example #4 here, it explains how to expand details tables programmatically:

https://xlinesoft.com/phprunner/docs/how_to_control_inline_add_edit_functionality_from_script.htm