June 09, 2025
How to add quick filters (or actions) to your table
Ever wanted to add fast, custom filters or actions above your Filament tables—without relying on column filters alone? In this post, I’ll walk you through how I implemented dynamic quick filters in a Laravel + FilamentPHP project using render hooks, Livewire, and custom filter components. Perfect for making your admin panels more interactive and intuitive!
Read more →