display the master-details into a tab page?

hi,
in the example i see online (cars system), the details data (master-detail case) is always displayed under the line of master.As table can have many page to organise fields (see multi-page mode), is there a way to display the details data into a tab (only for edit view of the master table).Thank you for your help and tips !

Cannot understand your sentence: “… the details data (master-detail case) is always displayed under the line of master.”

  1. What did you mean by “under the line of master”?
  2. You mentioned “cars” table, so we assume you are talking about the demo project file. Is that correct? If so, then the “cars” table does not have the detail table.
  3. What did you mean by “details data”? Did you want to devide some fields in the “cars” table into some tabs control just like in that demo project file?

sorry i mis-speaking. i mean, using the [+] icon button to display the details data under the line of the master record.[quote]2. You mentioned “cars” table, so we assume you are talking about
the demo project file. Is that correct? If so, then the “cars”
table does not have the detail table.[/quote]
sorry again, i confuded. it is not Car example, but categories example : there …/phpdemo2020/categorieslist.phpBy “details data”, i mean the sub-gride which contain the detail of the master. if you choose a category (master record), then the details data is :Product ID Product Name Supplier Category Quantity Per Unit Unit Price Units In Stock Units On Order Reorder Level Discontinued___________________________________________________________________________________________________________________1 Chai Exotic Liquids Beverages 10 boxes x 20 bags $18.00 39 0 10
2 Chang Exotic Liquids Beverages 24 - 12 oz bottles $19.00 17 40 25
24 Guarana Fantastica Refrescos Americanas LTDA Beverages 12 - 355 ml cans $4.50 20 0 0
34 Sasquatch Ale Bigfoot Breweries Beverages 24 - 12 oz bottles $14.00 111 0 15
35 Steeleye Stout Bigfoot Breweries Beverages 24 - 12 oz bottles $18.00 20 0 15
38 Cote de Blaye Aux joyeux ecclesiastiques Beverages 12 - 75 cl bottles $263.50 17 0 15
39 Chartreuse verte Aux joyeux ecclesiastiques Beverages 750 cc per bottle $18.00 69 0 5
43 Ipoh Coffee Leka Trading Beverages 16 - 500 g tins $46.00 17 10 25
67 Laughing Lumberjack Lager Bigfoot Breweries Beverages 24 - 12 oz bottles $14.00 52 0 10
70 Outback Lager Pavlova, Ltd. Beverages 24 - 355 ml bottles $15.00 15 10 30
75 Rhonbrau Klosterbier Plutzer Lebensmittelgrosmarkte AG Beverages 24 - 0.5 l bottles $7.75 125 0 25
76 Lakkalikoori Karkki Oy Beverages 500 ml $18.00 57 0 20

i don’t want the details are under the master record, i want the user click EDIT on the master record, then as multipage (multi tab) is activate in the table, i just want the grid would be display in a tab. so the details data will be display ONLY in the edit page, not in the list page.