Skip to content

Conversation

yazansalhi
Copy link
Contributor

@yazansalhi yazansalhi commented Jan 17, 2025

What Does This PR Do?

  • Fixes a redundancy in the csv() method where buildExcelFile() was called twice.

Why Is This Needed?

  • Calling buildExcelFile() multiple times introduces unnecessary processing, especially for large datasets.

Fixes #192

Copy link

@yajra yajra merged commit 7f3ecd1 into yajra:master Jan 18, 2025
2 of 3 checks passed
@yajra
Copy link
Owner

yajra commented Jan 18, 2025

Good catch and thank you for the contributions. Released on https://github.com/yajra/laravel-datatables-buttons/releases/tag/v11.2.2 🚀

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

Successfully merging this pull request may close these issues.

Redundant buildExcelFile() Call in csv() Method

2 participants