Table in Relation Manager
Hello! I have a big trouble. Tried to find a tip everywhere but had a fail. So...
I need to use a table in my relation manager.
For ex. - i open my RM and have a list of all my paginated records.
Finally to understand what i want - i wanna change that stupid tiny SELECT by a table with search functionality.
9 Replies
If you want a table with search functionality you need to add
searchable()
to the table columns in Relation Manager
https://filamentphp.com/docs/3.x/tables/getting-started#making-columns-sortable-and-searchableThis is an additional ability to seachi tems that I have already attached.
But I wanna have another table that will be located in "AttachAction" modal window - instead of a select input
This is an example for you from October CMS
I can use a form method for my modal (1st screen) and I'll get a form inside my modal. But how can i get a TABLE inside my modal?
Hum, maybe you can achieve this using a custom livewire component
Are you sure that this is a normal way to give people only a tiny select field by default? Because in that case the relation manager has a half functionality of for ex Octobers.
So as I understood there is no way to use table inside model windows by default?
The same trouble with relation manager, I need use in modal, full table like relation manager. Today will try with liwevire component.
I don't know a method to attach records in Filament using anything other than the select feature..
So I really didn't understand - if I could make a table inside of a modal?