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

Suggestion : Addition of GridFieldStreamExportButton.php #193

Open
ccordina opened this issue Jun 13, 2017 · 0 comments
Open

Suggestion : Addition of GridFieldStreamExportButton.php #193

ccordina opened this issue Jun 13, 2017 · 0 comments

Comments

@ccordina
Copy link

I bumped into some issues when i need to export over 10K of rows being displayed in a gridfield. I was currently using the implmentation suggested here :
https://stackoverflow.com/questions/17502299/how-to-export-all-rows-as-csv-in-modeladmin-silverstripe-3-1
but it triggered Allowed memory exhausted php error. After researching a bit more i found this class :

https://gist.github.com/stecman/4208abcc2704a97d4337ddfa30572495

which solved my issue. I would suggest that it should be added to the gridfieldextensions module. It is beneficial for those who display large amounts of data and want to export it.

@ccordina ccordina changed the title Suggestion : Addition of GridFieldS Suggestion : Addition of GridFieldStreamExportButton.php Jun 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants