Weccop
Weccop
FFilament
Created by Weccop on 6/25/2024 in #❓┊help
Error when viteTheme added to config
Not ->theme but ->viteTheme :squint:
4 replies
FFilament
Created by Abi on 1/9/2024 in #❓┊help
`EditAction` and `DeleteAction` on a ViewRecord's `getHeaderActions` method throws an error
Ah nice. Didnt see that one 🙂
7 replies
FFilament
Created by Abi on 1/9/2024 in #❓┊help
`EditAction` and `DeleteAction` on a ViewRecord's `getHeaderActions` method throws an error
Action\EditAction::class, Action\DeleteAction::class, I thinks this will solve it. Or Change it to this: EditAction::class, DeleteAction::class, And change the use from: use Filament\Actions; to use Filament\Actions\Action; https://filamentphp.com/docs/3.x/panels/pages#header-actions
7 replies
FFilament
Created by _qRtrenH&5367 on 1/5/2024 in #❓┊help
Upgrade to 3.1 is problematic
What Laravel version are you running?
6 replies
FFilament
Created by Quin. on 1/5/2024 in #❓┊help
is there an easy way to translate the create button
👍🏽 Don't forget to mark it as the solution 🙂
6 replies
FFilament
Created by Quin. on 1/5/2024 in #❓┊help
is there an easy way to translate the create button
In the Pages/ListXXX.php file of the resource you can add ->translateLabel() to the create action and then in your translation file add "New ticket": "Your translation"
6 replies
FFilament
Created by Weccop on 1/3/2024 in #❓┊help
Align two TextColumns next to each in a split / stack
Thx. That solved it 🙂
5 replies
FFilament
Created by JJSanders on 1/3/2024 in #❓┊help
Modify the initial query when loading a table
7 replies
FFilament
Created by Wael on 12/21/2023 in #❓┊help
Manage business hours
13 replies
FFilament
Created by Wael on 12/21/2023 in #❓┊help
Manage business hours
For the extra times maybe a nested repeater, but I dont now if this is possble.
13 replies
FFilament
Created by Wael on 12/21/2023 in #❓┊help
Manage business hours
You could use a pre populated repeater.
13 replies
FFilament
Created by Weccop on 12/13/2023 in #❓┊help
Open modal from custom page
Got it working with the mountAction option. I call a method in the livewire component using wire:click and in this method I mount the action. This results in opening an slide over :). Thanks for pointing me into the right direction.
10 replies
FFilament
Created by Weccop on 12/13/2023 in #❓┊help
Open modal from custom page
I will definitely do that.
10 replies
FFilament
Created by Weccop on 12/13/2023 in #❓┊help
Open modal from custom page
That one doesnt fit my needs.
10 replies
FFilament
Created by Weccop on 12/13/2023 in #❓┊help
Open modal from custom page
It's an Livewire component.
10 replies
FFilament
Created by Soundmit on 12/1/2023 in #❓┊help
2 different widgets in the same row
7 replies