darwin
darwin
FFilament
Created by darwin on 12/22/2023 in #❓┊help
Table tabs in filament 2
oh i have already read this plug in and its really good but cant afford right now 😅
8 replies
FFilament
Created by darwin on 12/22/2023 in #❓┊help
Table tabs in filament 2
thanks @awcodes
8 replies
FFilament
Created by darwin on 11/16/2023 in #❓┊help
Export filtered table
thanks for this!
5 replies
FFilament
Created by darwin on 8/25/2023 in #❓┊help
Displaying related data on form fields from deleted record.
good day, i finally fixed this issue the other day by the way. Yes you are correct i was not using the relationship of the models correctly to show related data. thank you!
5 replies
FFilament
Created by darwin on 7/20/2023 in #❓┊help
Custom page with action
okay thank you!
10 replies
FFilament
Created by darwin on 7/20/2023 in #❓┊help
Custom page with action
<x-filament::page>
<x-filament::form wire:submit.prevent="save">
{{ $this->form }}

<x-filament::form.actions :actions="$this->getFormActions()" />
</x-filament::form>

</x-filament::page>
<x-filament::page>
<x-filament::form wire:submit.prevent="save">
{{ $this->form }}

<x-filament::form.actions :actions="$this->getFormActions()" />
</x-filament::form>

</x-filament::page>
this is the code in my blade file
10 replies
FFilament
Created by darwin on 7/20/2023 in #❓┊help
Custom page with action
hello i tried this one and rendered it on my blade file, but the actions i added doesnt seem to work anymore
10 replies
FFilament
Created by darwin on 7/20/2023 in #❓┊help
Custom page with action
hmm okay2 thanks imma try using that
10 replies
FFilament
Created by darwin on 7/20/2023 in #❓┊help
Custom page with action
i was wondering if we could place it on the bottom
10 replies
FFilament
Created by darwin on 7/20/2023 in #❓┊help
Custom page with action
yes, i made a custom page and i added a form, but the getAction method puts the button on the page heading instead on the bottom of the form
10 replies