Hurruwa
ExportAction export different model
Im using the ExportAction on the ProductList Page but i want to export a different Model (Variations) I have tested changing the model in both the action and the VariationExport class and it is sill exporting the "products". Any idea what im missing here?
Thanks in advance.
15 replies
FileUpload EditPage preview from external url
I have an "image" column on my model with an array of images urls. I would to show a preview of them on the EditFrom using the FileUpload. Any idea on how? This is my current field config:
this is the state() for "images":
[
0 => "https: //www.teammakerplus.com/wp-content/uploads/2024/04/46205-2 .jpg"
1 => "https: //www.teammakerplus.com/wp-content/uploads/2024/04/issaline-46205-1 .jpg"
2 => "https: //www.teammakerplus.com/wp-content/uploads/2024/04/issaline-46205-2 .jpg"
3 => "https: //www.teammakerplus.com/wp-content/uploads/2024/04/issaline-46205-3 .jpg"
]
(the space is for it not to load the image on the chat. The url on the app its correct 😉 )
Thanks in advance.
2 replies
Custom Infolist Entry Action
Im trying to add an Action to a custom Infolist Entry Component but im hitting a wall with this error...
This is the code inside the Infolist Component reffering to the action:
Thanks in advance, any info to at least understand what's happening its welcome XD
5 replies
Backdrop on action running
This is a random question, but i would like to know if possible to create a fullscreen backdrop (like modal) while an Action its runnin on the background. Right now i see the loading spinning on the button itself but i would like to hook on the wire:loading to show a fullscreen backdrop.
Thanks in advance.
4 replies
Its possible to work with a cached collection in Filament Table?
When i try to access it it give me the following error:
"Filament\Tables\Table::query(): Argument #1 ($query) must be of type Illuminate\Database\Eloquent\Builder|Closure|null, Illuminate\Support\Collection given"
Thanks in advance.
4 replies
is there a way to have the table to handle a collection instead of query?
Im using a package to load from an API a collection of items but im not able to have the table to read them in any why.
Any idea of how can i get this?
Thanks in advance.
5 replies
Browser notification using FilamentNotifications?
There is any way to implement push browser notification using the Notification package?
I have already pusher realtime notifications working, but they are not showing as browser notification. Just inside the app.
thanks in advance, i would be enough to have docs that i can read trough.
10 replies