Señor Nikola
Excel Import Issue
Hi,
I am trying to add additional fields to table header action beside just filupload.
So goal is to add additional text input next to file upload.
But when i upload excel i am having issue with getting that file in $data from ->action().. Is there any way for me to get that temp file to be read with my custom Excel import?
4 replies
Shield Issue With Resources with same name but different namespaces
Hello,
I have an issue with UserResource and Api/UserResource
So what happens is that when i remove or add permission for classic non api UserResource it affects the Api/UserResource as well any idea what is causing this?
3 replies
Link to Edit Record from Livewire Filament Table
Hello,
I am having an issue with setting url to edit action on my custom Livewire component that includes filament table.
My main Product Resource that i have, does not possess EditProduct it is slideOver action. Now i have tried linking like this
Like it is via global search when it opens, but that query string get's overriden as soon as page loads, any solution to this?
3 replies
Custom Action within TablesRenderHook::TOOLBAR_SEARCH_BEFORE
Hello,
I created custom render hook
Within component i created Action from "Filament\Actions\Action", it get's rendered but it wont have any effect when clicked any idea why?
7 replies
Generating Current View for PDF
Hi,
This is kinda part of filament from my point of view that's why i decided to ask here if anyone knows solution.
I am trying to develop action from filament, which will generate PDF from current view.
So action contains basic stuff
And this is my livewire component with js to send current page HTML
And it works, PDF gets generated but issue arises that it is generated for tablet resolution and it is really narrow, any idea how can i get from filament html that is from my viewpoint? Is it possible or am I overeaching ?
Btw, I am using spaties laravel pdf package.
5 replies
Toggle Column Prevent Action
Hello,
I have an issue cannot seem to figure out where to place my check on record if it has all requried fields - only than it can be activated.
I tried beforeStateUpdated but it throws warning but still proceeds to update that record? Any idea how to prevent it?
3 replies
Multiple Select Many to Many Disabled issue
Hello,
Did anyone had issue with select when i chain disabled() function and also relationship is applied for many to many and multiple function is chained to Select.
Main error i receive when i have disabled() i that Select does not look relationship and tries to insert to current model so i get error for mass assignment..
2 replies
Dispatch Event on AfterStateUpdated()
Hello,
Does anyone know how to dispatch event for example to update-counter within main resource? Like we have $this->dispatch in Livewire components and in List,Edit filament classes, I need kind-a same thing but within main resource..
10 replies