Firebat
Firebat
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
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
well normally when im inside of a form i do Forms\Components\Livewire::make(GastosProjetoWidget::class)->columnSpanFull(), but you can call them like a normal livewire component https://filamentphp.com/docs/3.x/widgets/adding-a-widget-to-a-blade-view
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
if you are using a custom dashboard you will need to call them, if not they should have been automaticly discovered by the panel
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
oh, you have your own dashboard then not the admin panel provider?
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
i think, at least
13 replies