F
Filament2w ago
o.m

Is it possible to have Form and Table in the modal?

I have a modal that contains a form and a table, I wanted to implement it here in Filament however I have hard time implementing it, I wanted to have the forms for the upper part then Tables below the forms and that form and table is inside the modal.
No description
4 Replies
o.m
o.mOP2w ago
I am able to add a table using View but its located at the top Are there better way to implement this?
Matthew
Matthew2w ago
If you use a custom livewire page, you can have anything you want.
o.m
o.mOP2w ago
I am using custom page based on FIlament command, but can you provide me some good samples on how you implement it?
awcodes
awcodes2w ago
You can use modalContent() to return a view that has a custom livewire component in it and that livewire component can have forms, tables etc. in it. https://filamentphp.com/docs/3.x/actions/modals#custom-modal-content

Did you find this page helpful?