Forms and tables
Hello
This is my first time with filament, and I am developing a small management software.
I find myself (after a lot of searching), in the need to put some tables in the same editing resource where there is a form.
I want the save, cancel and delete buttons to be inside the first section, where you can see in the attached picture the "annotations" field.
Then, in the lower sections, I want to put some tables, with its filter, search engine and others, that bring certain data from the database.
How could I do it?
Thanks
Solution:Jump to solution
if they are relationships, you can use relation managers
https://filamentphp.com/docs/3.x/panels/resources/relation-managers...
7 Replies
Solution
if they are relationships, you can use relation managers
https://filamentphp.com/docs/3.x/panels/resources/relation-managers
Hey can you help me with filter using query builder??
what is the thread?
Multiple Joins and filter with QueryBuilder
Please don't hijack other threads!
Ok
thx for your help!