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.

4 Replies
I am able to add a table using View but its located at the top
Are there better way to implement this?
If you use a custom livewire page, you can have anything you want.
I am using custom page based on FIlament command, but can you provide me some good samples on how you implement it?
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