This topic is locked

Records per row/ totals tab

6/15/2012 11:23:58 PM
PHPRunner General questions
author

On the totals tab of PHPrunner you have an option to show 'xx' records per row. I have two questions

  1. Can you define this so that the order works in fig.2, fig.1 is the default format where ordering falls horizontal. I would like ordering to fall vertical
    fig.1 (numbers represent col sort order)

    1 2 3

    4 5 6

    7 8 9
    fig.1 (numbers represent col sort order)

    1 4 7

    2 5 8

    3 6 9
  2. At the moment PHP runner has a built in records per page drop down. Can i access the variables, to enable users to dynamically change the layout. I would like to create a drop down that changes the records per row from 1 - 2 or 3 etc
    Regards
    Richard

C
cgphp 6/16/2012

I think there is no a direct solution for point 1.
About point 2, you could dinamically fill the records per page dropdown with javascript and keep the user layout in a session variable.