Skip to content

Conversation

Seb33300
Copy link
Contributor

@Seb33300 Seb33300 commented Feb 17, 2025

Closes #70

Support the exportRender option so we can for example use it like this:

->exportRender(fn ($value) => trim($value))

@yajra yajra self-requested a review February 19, 2025 01:25
@Seb33300
Copy link
Contributor Author

PHPStan fails because exportRender is missing here:
https://github.com/yajra/laravel-datatables-html/blob/f9936fe040ee74661569e3717a538bd405228919/src/Html/Column.php#L30

I will create another PR for this.

@yajra
Copy link
Owner

yajra commented Feb 19, 2025

PHPStan fails because exportRender is missing here: https://github.com/yajra/laravel-datatables-html/blob/f9936fe040ee74661569e3717a538bd405228919/src/Html/Column.php#L30

I will create another PR for this.

Yes, this is correct. Thanks for checking and PR in advance.

Copy link

@yajra yajra merged commit 3920ce0 into yajra:master Feb 19, 2025
7 checks passed
@yajra
Copy link
Owner

yajra commented Feb 19, 2025

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.

exportFormat not working with callable
2 participants