On the totals tab of PHPrunner you have an option to show 'xx' records per row. I have two questions
- 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
- 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