FilamentF
Filament3y ago
dyo

custom view with form modal to create record

can anyone help me how to have a filament form modal to create new record in custom view?

I want the form to open when user click this button

<button class="bg-blue-700 text-white shadow px-3 py-2 rounded-md hover:bg-blue-400 text-center">
            Tambah Nomor</button>
Solution
can anyone help me how to have a filament form modal to create new record in custom view?

I want the form to open when user click this button

<button class="bg-blue-700 text-white shadow px-3 py-2 rounded-md hover:bg-blue-400 text-center">
            Tambah Nomor</button>
Was this page helpful?