Make Filament table Headers sticky using CSS
- Published: 25 Oct 2024 Updated: 25 Oct 2024
Add this css to your theme.css file
Related Tricks:
how to use an action as a headerAction or as a table row action without code duplication
Using an editable column like SelectColumn or ToggleColumn, you can conditionally trigger a modal form when a certain option is selected.
Translating components can often be a repetitive task, Fortunately, there's a neat trick to automate this process, making your components instantly translatable.
make all Field or any components translatable
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.