Infolists headerActions not working.
I can't figure why the headerActions function on $infolists doesnt show any action that i put inside of it. Instead the footerActions seems to be working prerfectly. so i'm on "filament/filament": "3.2.85",
"filament/infolists": "^3.2",
Solution:Jump to solution
Hm, weird. Tested it with the same version and it works. Can you try
php artisan filament:upgrade
?11 Replies
try to update Filament
same issue, the headerActions function dont works on the latest version 3.2.97
Just tested this with the latest version on the demo
Can you share the output of
php artisan about --only=filament
Hey bro , we're workin on the same project and here is the output of
php artisan about --only=filament
Solution
Hm, weird. Tested it with the same version and it works. Can you try
php artisan filament:upgrade
?Yup that worked. Thanks ! me and @Abdellah Belkaid got another issue. where we have a public filament page that MOST of the time doesn't show the "filament styles" for example, this page https://dev.efawtara.com/fiat the inputs don't show correctly.
But after buildin the files again npm run build, when i first load the page it works perfectly but after refreshing the styles all fade away. Note : this happens with all html that comes inside blade files. and yes i have imported the files inside the tailwind.config.js
and here is how it looks after pulling brand new build files
UPDATE : i had to import the filament css inside public/css/filament/filament/app.css TO resources/css/app.css in this way. Am i doing it wrong ? it works like this but at what cost ?
Yup that workedPlease make sure this is part of your composer after-update scripts. This is mentioned in the docs to prevent issues like this where your cache is not cleared
me and @Abdellah Belkaid got another issuePlease open another thread for different issues