Master/Detail View Add Button Position

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
hugi
User
Posts: 22

Master/Detail View Add Button Position

Post by hugi »

by default the add button is at the bottom of the detail table.
how to add it on top also?


arbei
User
Posts: 9281

Post by arbei »

Enable the option "Paging section at top" in [PHP] -> [Page Options (Global)] then generate all files and try again.


hugi
User
Posts: 22

Post by hugi »

This was already set. Button in Detailview is still on bottom.


kirondedshem
User
Posts: 642

Post by kirondedshem »

also ensure you are not using custom table specific options in table settings of the detail or master table, if so then set the pagination at top in them as well.

As proof go to the orders table and go to master detail vew with the orders etail table, you should what your looking for


hugi
User
Posts: 22

Post by hugi »

  1. PHP->Page Options (Global) : paging selection at TOP is set.
  2. Mastertable Table specific Options is set to "use global Settings"
  3. Detailtable Table specific Options is set to "use global Settings"

we use "Detail preview" Extension.
if we disable "Detail preview" the button is on top.
so problem is when using "Detail preview" Extension


Post Reply