This topic is locked

Combine two tables (not master child) on one web page

2/20/2023 3:09:16 PM
PHPRunner General questions
C
Cornelius Smit author

How can I view two list pages (2 x tables) on one web page there not need to be a relation between the two I just net to work on two pages at once or even two add pages (2 x tables) on the same web-browser page
My customers need to add records to two tables on one page (not need to be linked)

Sergey Kornilov admin 2/20/2023

Use the dashboard with two sections, each displaying data from its own table.

C
Cornelius Smit author 2/21/2023

Thanks exactly what i wanted to do