We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While exporting to csv/xlsx computed field does not work with laravel diff between updated and created date format.
In nova resource my code is:
In table all working properly :
But while exporting im getting null on diff. :
Expected behavior: I want to export that computed field(updated_at - created_at)
Actual behavior:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Versions
Description
While exporting to csv/xlsx computed field does not work with laravel diff between updated and created date format.
Steps to Reproduce
In nova resource my code is:
In table all working properly :
But while exporting im getting null on diff. :
Expected behavior:
I want to export that computed field(updated_at - created_at)
Actual behavior:
The text was updated successfully, but these errors were encountered: