show other master's details in detail page

I have Master1 with 3 details table (detail1,detail2,detail3)
in master1list.php i see 3 detail btn with record count
when i go to one of this detail page (like detail1list.php?showmaster=master1&fk_id=2) in the master section I can only seen the master field. i want to see other detail link record count

The detail1list.php is the List page of the detail table 1, it does not have any info about detail2 or detail3 unless you add your own.

You may use “Page_DataRendering” server event to add the link to other master’s details page.