Hi,
I want to export to CSV an about 600000 records and I get this error:
Fatal error: Out of memory (allocated 1784152064) (tried to allocate 24 bytes) in …\jqgrid_dist.php on line 2783
Please help!
And I have second question. It’s possible to create a custom CVS export? (something like on_render_excel…)
Thanks
Adrian
1 Answers
Hello,
Please check demos/export/export-custom.php
It shows how to use custom optimized code to export large datasets as csv.
Thank you very much!
Your Answer