Hi there,
I have a list of tables in Master, each with a different table structure. However, my details always seem to be displaying the structure of the first table.
Is there any solution to reload the Details structure when I click on it?
Thank you.
example:
Master:
table1
table2
table3
Details:
table1.col1 table1.col2
when i click to table2 the details didn’t change
5 Answers
Please share code and screenshot for review.
I’m unable to understand the issue.
I’ve prepared a demo for you to show how to load detail grid via ajax call.
https://gist.github.com/gridphp/c85ee8db525ae46de40b118718fca241
Line 38: Load detail grid via ajax call and passing master grid selected row data
Line 87: Div that holds detail grid
Screenshot:
Your Answer