I added a custom select to the top of the table without using the filter of the table
Why did you need a custom select? Filament has support for relationship filters which is most likely what you need in this case.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
i have data in filament table. I need to filter the data in the table by category. but I added a custom select to the top of the table without using the filter of the table, and when the value of the select changes, the data in the table should also change with respect to the active category. what should i use livewire component or custom wigdet or any other way to do this task? advise me
Please or to participate in this conversation.