Two different results for the same table (Table3 in this case).
I have 3 tables that are linked together
Table1 (Master) <==> Table2 {Details}
Table2 (Master) <==> Table3 (Details)
Result 1:
When I access Table3 directly and click on an image. The image opens up in the lightbox/gallery. Once I click on the X it closes the image and the focus remains the same regardless of the row I am on. Google Developer tools show the list page associating with Table3 reloading.
Result 2:
When I access Table1 and expand Table2 details, then expand Table3 details, everything with displaying the image works the same. But, when I click on the X to close the image, Google Developer is showing 2 list pages being reloaded for Table1 and Table2. This causes Table3 to return to the original collapse position along with moving the focus to the top of the page.
How do I get the detail view of Table3 to remain in the expanded position and same focus? I would like it to match the first result!
Thanks,
Dom