ScareCrow
BulkAction not getting data from modal submit
I have a table of facture, my bulk action should open a modal displaying a table where user can select for each $row which one of the associated files whants to download.
How can I access the downloadForm data in the action to create the zip. Thanks in advance.
4 replies
Weird random issues with Filament Table using Sushi on swapping users.
Hello, I have a table that consumes from an API and displays data in a table using sushi. It works great but. I have noticed that if I
-> login with a user A ---> it shows data correctly ( using user A params, Im tracking petitions in API server to check params of petitions)-->logoff
-> in the same page without reloading login with user B (using user B params) NOW sometimes the table still displays A data (even if server recived B params correctly and returned B data).
Any ideas of what can be causing that. Thanks in advance.
This is my table
InvoiceModel has the logic for getting the data.
2 replies