Fasna
Filament Page to PDF
I have a filament page with multiple livewire components for some reports, which includes chart widgets, table and more..
I'm trying to download that page as PDF, and tried using spatie PDF but it gives errors related to node element(I'm on windows). The path is already set, but it's not picking up correctly. Is there anyway I can use to download the filament page as PDF after all the elements rendered?
5 replies
Filament and blade
I have custom filament pages, whihch uses livewire. The tailwind classes I use for color and styling are not applied to the view. But the classes are present in the HTML. I think, I'm missing something on the configuration setup. Couldn't able to figure out which?
6 replies
How to set the value of the relationship form based on the parent form?
I'm trying to pre-fill a relationship form based on the parent form.
Tried with the following, but the form field inside the relationship is not populated. (Here slug field inside the schema of relationship)
5 replies
Multiple databases and panels
I have a filament app configured with one database. I need to add two more databases, which will have different tables and features.
But, the users going to access all the databases will belong to the same group. I'm thinking of creating separate panels for each database.
I'm not sure how to switch the database connection between them. The database connection should change on the instance of accessing the panel.
4 replies