Sticky Table Row Actions
- Published: 10 Aug 2024 Updated: 10 Aug 2024
how to make actions sticky in tables when you have a lot of columns
simply create a new theme following the docs.
then add this CSS toy your theme:
if you want it only stick on hover, replace .fi-ta-cell:last-of-type with &:hover .fi-ta-cell:last-of-type
this was originally shard by @awcodes.
Related Tricks:
how to use a resource with multiple models
Add a Quick links to activate table filter on FilamentPHP table
Translating components can often be a repetitive task, Fortunately, there's a neat trick to automate this process, making your components instantly translatable.