how to make export data? #3690
Answered
by
crynobone
Vasiliy-Makogon
asked this question in
Q&A
-
Hello. we use NOVA, standard means. We have a list, there are filters on this list. How can we unload data, for example, in Excel? I made an Action class, but as I understand it, a list of models is passed there. This will not be entirely correct if you have to download a large amount of data. How to do it right?
I suspect that you need to somehow get the query builder that generates a list of data for the view, its counterpart and call it in the ProductsExportAction::handle method. How to solve this problem correctly? |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Dec 27, 2021
Replies: 1 comment
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://docs.laravel-excel.com/nova/1.x/