Where this list comes from? You set options yourself using the options() method
Filament SelectColumn - make options searchable
Hi everybody!
I'm using a resource in filament 3.1 and I'm currently building the Table (List) for this resource. In this table I have a Select column to allow editing this field directly in the list. So far so good.
The thing is, I need to make the options searchable, but the searchable method on SelectColumn is used to make the column a searchable field when searching the table, and not the options like in a Form.
My use case: As an administrator, I want to assign a declaration to an employee directly from the list of declarations.
Is there a way to do it without going the custom component way?
Thanks :)
Please or to participate in this conversation.