Señor Nikola
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
Filament Custom Page Multiple Tables
Hello, Is it possible that one filament page has multiple tables. I was following guide to implement HasTables and trait Interacts.. but that only works with public function table(Table $table) when I try to add other public funtcion it wont let me add it to from with {{ $this->exampleTable }}
4 replies
Filament TipTap Editor - YouTube Extension
Hello, I am having an issue how to add TipTap YouTube extension to filament Tiptap Editor plugin, has anyone done it I am unable to do it. Was following guide on official plugin website but was unsuccessfull. Would be super grateful if any knows how. 🙂
4 replies