Firebat
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
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
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
Widgets columns not taking effect
from the Fillament demo:
https://github.com/filamentphp/demo/blob/main/app/Filament/Widgets/StatsOverviewWidget.php
13 replies
Select with multiple doesn't show previously selected record because they are softdeleted
i was thinking about trying to use livewire to check if it is a instance of edit, then modify the query to force the load the relations listed in the pivot
9 replies
Select with multiple doesn't show previously selected record because they are softdeleted
the thing is that i keep getting null on the $state variable, maybe be cause the $state is set after que query is finished? Maybe because the state is not stored in the table in the db like the non pivot relations
9 replies