Add a Blank row after each data row

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

Add a Blank row after each data row

Post by dsingh »

Friends i wish to add a blank row between each data row on list page. Any hint to accomplish that?

example:-

DataRow 1
Blank Row
DataRow 2
Blank Row
DataRow 3
Blank Row
and so on..


arbei
User
Posts: 9401

Post by arbei »

You may use Custom Template, see the topic Custom Template in the help file.


dsingh
User
Posts: 166

Post by dsingh »

is that possible with row_rendering server event?


mobhar
User
Posts: 11745

Post by mobhar »

Why did you want to add a blank row below each data row in List Page?


dsingh
User
Posts: 166

Post by dsingh »

I wish to Calculate the difference of Two Fields in that new row.

Example:

Fruit_Name | Actual_Qty | Budgeted_Qty |
Apple | 500 | 400 |
| 100 |
Banana | 200 | 300 |
| -100 |

and so on..


mobhar
User
Posts: 11745

Post by mobhar »

You'd better use "Custom Field" and "Custom Template" for your case. Please read about those topics from PHPMaker Help menu for more info.


Post Reply