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.
No description
9 Replies
LeandroFerreira
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-searchable
Alex_Wayne
Alex_Wayne4w ago
This 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
Alex_Wayne
Alex_Wayne4w ago
This is an example for you from October CMS
No description
No description
Alex_Wayne
Alex_Wayne4w ago
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?
No description
LeandroFerreira
Hum, maybe you can achieve this using a custom livewire component
Alex_Wayne
Alex_Wayne4w ago
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?
thmskor
thmskor4w ago
The same trouble with relation manager, I need use in modal, full table like relation manager. Today will try with liwevire component.
LeandroFerreira
I don't know a method to attach records in Filament using anything other than the select feature..
Alex_Wayne
Alex_Wayne3w ago
So I really didn't understand - if I could make a table inside of a modal?