Firebat
Firebat
FFilament
Created by Firebat on 3/19/2025 in #❓┊help
Importing a livewire component with a fillament table inside makes all the form action's unresponsiv
like so Forms\Components\Livewire::make(RegistroDeAtividadeWidget::class)->columnSpanFull(),
5 replies
FFilament
Created by Firebat on 3/19/2025 in #❓┊help
Importing a livewire component with a fillament table inside makes all the form action's unresponsiv
Now i've tried with table widgets, and the error persists
5 replies
FFilament
Created by Firebat on 2/20/2025 in #❓┊help
favicon not being displayed
strange because in the docs they use a png... but i tried refreshing and clearing the cache, but thanks for the tips may help some one that has the problem
11 replies
FFilament
Created by Firebat on 2/20/2025 in #❓┊help
favicon not being displayed
it did not
11 replies
FFilament
Created by Firebat on 2/20/2025 in #❓┊help
favicon not being displayed
Oh hi, i fixed by changing the default favicon.ico from the public directory.
11 replies
FFilament
Created by Firebat on 2/18/2025 in #❓┊help
Anyway of displaying a deleted relation name in the table builder?
but, this didnt work
15 replies
FFilament
Created by Firebat on 2/18/2025 in #❓┊help
Anyway of displaying a deleted relation name in the table builder?
but it only happens in the one in the table not the one in the editpage
15 replies
FFilament
Created by Firebat on 2/18/2025 in #❓┊help
Anyway of displaying a deleted relation name in the table builder?
quite funny that is happening a ->after() that i deleted a long time ago that detached all the users from the team
15 replies
FFilament
Created by Firebat on 2/18/2025 in #❓┊help
Anyway of displaying a deleted relation name in the table builder?
well, thanks to you i founded a "bug" in my code
15 replies
FFilament
Created by Firebat on 2/18/2025 in #❓┊help
Anyway of displaying a deleted relation name in the table builder?
maybe i should have done with ->with(['teams' => trashed()]) like you said
15 replies
FFilament
Created by Firebat on 2/18/2025 in #❓┊help
Anyway of displaying a deleted relation name in the table builder?
tried that one too, but i may be wrong be cause i did $query->teams()->withTrashed()
15 replies
FFilament
Created by Firebat on 2/18/2025 in #❓┊help
Anyway of displaying a deleted relation name in the table builder?
i was thinking about making included when getting the user
15 replies
FFilament
Created by Firebat on 2/18/2025 in #❓┊help
Anyway of displaying a deleted relation name in the table builder?
i tried, didnt work :/
15 replies
FFilament
Created by Firebat on 1/20/2025 in #❓┊help
state/reactive filters question
Thanks Matthew!
5 replies
FFilament
Created by Firebat on 1/7/2025 in #❓┊help
Custom page form repeater livewire error: property does not exist
It worked, thanks Matthew.
6 replies
FFilament
Created by Firebat on 11/28/2024 in #❓┊help
Select with belongsToMany. anyway of having it work but not accepting mulitple values?
i fixed by just doing a relation manager and blocking the attach action if it has a relation
4 replies
FFilament
Created by Firebat on 11/5/2024 in #❓┊help
Select with multiple doesn't show previously selected record because they are softdeleted
No description
9 replies
FFilament
Created by ingeday on 11/6/2024 in #❓┊help
open a modal from a navigationitem
hey there is also this one that maybe could fit your needs https://filamentphp.com/docs/3.x/panels/resources/getting-started#simple-modal-resources
9 replies
FFilament
Created by ingeday on 11/6/2024 in #❓┊help
open a modal from a navigationitem
and you pretty much can customize them however you want, passing custom views, etc... https://filamentphp.com/docs/3.x/actions/modals
9 replies
FFilament
Created by ingeday on 11/6/2024 in #❓┊help
open a modal from a navigationitem
Well you could make a action that opens a modal at least
9 replies