How to generate PDF using DomPDF?
Hello Filament community,
I'm new to Filament and I have a question. In my Filament project, I need to export filtered data to a PDF using DomPDF. Currently, I'm able to export the entire set of 10 records from the database. However, when I apply a filter, all 10 entries continue to appear in the exported PDF. I want to export only the filtered data, which are about 3 entries, and generate a PDF. Could someone please assist me with this?
I'm new to Filament and I have a question. In my Filament project, I need to export filtered data to a PDF using DomPDF. Currently, I'm able to export the entire set of 10 records from the database. However, when I apply a filter, all 10 entries continue to appear in the exported PDF. I want to export only the filtered data, which are about 3 entries, and generate a PDF. Could someone please assist me with this?