Table Actions not working #15091
-
PackageActions Package Versionv3.2 How can we help you?In my filament project recently, I have installed the liveware through bellow comment "php": "^8.1", After this View, Delete Tables actions and Table Tab click actions are not working. It's showing black screen . |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 26 replies
-
change run |
Beta Was this translation helpful? Give feedback.
-
Have you overwritten any views?
Many thanks
Tony
…On Thu, 23 Jan 2025 at 19:36, LucaSteinauer ***@***.***> wrote:
I tried your solution but for me its still not fixing the problem.
The modals are working only with forms but not with tables.
Any idea of what it could be? @leandrocfe <https://github.com/leandrocfe>
—
Reply to this email directly, view it on GitHub
<#15091 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKWBFV73YW7XGN5UJOVPJ32MFADRAVCNFSM6AAAAABTTZ2ZJOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJTGQZDAMY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am experiencing the same issue. I have tried the following troubleshooting steps:
I have not published any Filament views. I am out of ideas on what could be causing this issue. Output of
|
Beta Was this translation helpful? Give feedback.
-
I found a solution in the discord chat, but it not definitive
So, the solution I found is in this conversation https://discord.com/channels/883083792112300104/1322753981038067812/1322939944293109780
Once you’re back on v3.5.12, everything will be okay. PS: This is not a definitive. Remember to modify your code once the problem has been solved |
Beta Was this translation helpful? Give feedback.
change
"filament/filament": "3.2"
to"filament/filament": "^3.2"
run
composer update -W