There is some way to export a table to PDF Currently what I do is "Check the Base again" the table generates in my view. And I export, but I want to avoid doing the query again.
Since I am showing a table in a view and if the user needs to export PDF to use that same content, without having to consult the base again. Is there any way to reuse the content?
I'm with laravel