Expecto Patronum
Update Edit Modal on Table
Im sorry my question is cannot answer to your question . But im amazed with your layout . I have task that need to implement same as you . Is that possible for me to look at your code in order to know how u do it ? Im still new in filament .
26 replies
Background Image On Simple Page
hi , thanks for your suggestion . However i dont really understand
<x-filament-panels::page.simple>
@csrf
<x-filament-panels::form wire:submit.prevent="update">
{{ $this->form }}
<x-filament-panels::form.actions
:actions="$this->getCachedFormActions()"
:full-width="$this->hasFullWidthFormActions()"
/>
</x-filament-panels::form>
</x-filament-panels::page.simple>
this is my code . can you show me the way how to do it ?
11 replies