How to make the orders_details continuously visible ?
This topic is locked
How to make the orders_details continuously visible ?
9/25/2022 08:03:27
PHPRunner General questions
J
Jan author
I have 2 tables : orders and orders_details in a master-detail relationship. I see the orders table, and by clicking on this table also the orders_details table appears. I want the order_details table to be visible continuously without having to click on the orders table. How can I fix that?