Make Filament table Headers sticky using CSS
By: Prageeth Peiris
- Published: 25 Oct 2024 Updated: 25 Oct 2024
Add this css to your theme.css file
Related Tricks:
Globally Translate all Components
make all Field or any components translatable
Demonstration of using a resource for multiple typical models
how to use a resource with multiple models
Implementing Row-Level Security in Filament Tables with applyRowAccessPolicy
Learn how to implement row-level security in Filament tables using the applyRowAccessPolicy macro that filters query results based on user permissions through Laravel's policy system.
Add tooltip to table header column macro
Make Filament table Headers sticky using CSS