![]() |
Admin 10/23/2014 |
If you are talking about built-in functionality use the vertical positioning of details tables. You can choose this option under 'Details tables order': |
M
|
mfriend author 10/23/2014 |
If you are talking about built-in functionality use the vertical positioning of details tables. You can choose this option under 'Details tables order': http://xlinesoft.com/phprunner/docs/master_detailes.htm
|
M
|
mfriend author 10/24/2014 |
Hi Sergey: I understand how to rearrange the using details table order (and how to manually customize and position them on the add page). Most of my tables are fine using PHPRunners default (as a horizontal row of links) since there are only one or two. This main table though has way too much space. Users would have to scroll way to the right just to see the actual data. What I would like to do is on the list page, consolidate all those separate links into a much shorter drop down list so that if a user clicks on the edit button for a particular button they would then be able to click on the drop down and select which detail table to edit or add to. Matthew
|
![]() |
Admin 10/24/2014 |
While I understand what you saying - there is no easy fix for this. You cannot make it happen just modifying template code ,some PHP/Javascript/HTML knowledge will be required in order to do that and you will have to hardcode table names. This means that if you change the list of details tables you will have to change your code as well. |