ryangjchandler
ryangjchandler
FFilament
Created by sudip_subedi on 9/2/2024 in #❓┊help
Why opening confirmation modal re-runs the table query
The queries are executed because the table is rerendered.
5 replies
FFilament
Created by Jen on 4/29/2024 in #❓┊help
Design files
No, the overhead and extra work required is something that wouldn't be feasible right now.
3 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
Okay, I'll come back to help once you provide us with more information.
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
Sure, send me a link.
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
In order to get help, you have to be willing to share more information. "Custom component" doesn't help.
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
Any loops?
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
Are you using wire:ignore anywhere?
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
Are you using loops inside of your Blade?
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
If you give us more information, we'll be able to help you out. You're just being difficult now.
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
If you can see the data updating on the server-side, then it'll likely be one of the following things: * Missing wire:key attributes on elements inside of a loop. * A wire:ignore attribute on a parent element, which prevents the DOM being updated.
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
Filament doesn't do anything special when it comes to rendering. It's all Livewire still.
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
Are you doing any loops inside of the Blade template?
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
There's no need to be rude. We're trying to help understand your problem more.
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
Have you got a screen recording or something to show that it's not re-rendering?
203 replies
FFilament
Created by Wirkhof on 3/20/2024 in #❓┊help
$wire.$refresh() doesn't work
I think there's a gap in your Livewire knowledge here. Calling a method inside of a Livewire component implicitly re-renders the component, since you're making a trip to the server and Livewire is re-rendering your component and then updating the DOM from the response. Calling $this->refresh() on the server doesn't do anything, because you're already in the process of re-rendering things anyway. The only case where a re-render is skipped on the server is if you're explicitly calling $this->skipRender() inside of the Livewire component.
203 replies
FFilament
Created by _qRtrenH&5367 on 1/5/2024 in #❓┊help
Upgrade to 3.1 is problematic
Try running composer why-not filament/filament:"^3.1"
6 replies
FFilament
Created by wotan6891 on 10/24/2023 in #❓┊help
hello. I have this problem when creating a category from the admin panel. I did everything well. bu
@wotan6891 It looks like the slug field is disabled, which means it won't be dehydrated. Try using readonly() instead.
9 replies