Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add Extra rows before the real data #292

Open
gheesixz opened this issue Sep 16, 2022 · 1 comment
Open

How to add Extra rows before the real data #292

gheesixz opened this issue Sep 16, 2022 · 1 comment

Comments

@gheesixz
Copy link

Hi is there any way to add atleast blank rows before the data??
Some website requires to have their custom headers/template present.
In my case, i need to make a custom rows atleast 4 rows before the real data comes in.

@StefanoTesla
Copy link

StefanoTesla commented Oct 16, 2022

Yes really easy, you need to push a new attribute to the array/collection

foreach $datapage as $data{ array_push($data['mycolun']); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants